瀏覽代碼

Changed a printf() to sdprintf()

svn: 132
Bryan Drewery 23 年之前
父節點
當前提交
020f7b3998
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -1384,7 +1384,7 @@ Context;
         sdprintf(STR("exiting due to problem with restarting new binary."));
         exit(1);
       } else {
-	printf(STR("exiting to let new binary run.\n"));
+	sprintf(STR("exiting to let new binary run.\n"));
         exit(0);  //This is to spawn the new binary in the correct place.
       }
     }