Browse Source

Merge pull request #38 from tsoding/go-rebuild-urself-log

Make GO_REBUILD_URSELF log the restart
Alexey Kutepov 4 years ago
parent
commit
02fcccae3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nobuild.h

+ 1 - 0
nobuild.h

@@ -225,6 +225,7 @@ void chain_echo(Chain chain);
                     .count = argc,                                     \
                 },                                                     \
             };                                                         \
+            INFO("CMD: %s", cmd_show(cmd));                            \
             cmd_run_sync(cmd);                                         \
             exit(0);                                                   \
         }                                                              \