瀏覽代碼

Use English.

Cyril Roelandt 13 年之前
父節點
當前提交
4c859eaec6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/loader.c

+ 1 - 1
tests/loader.c

@@ -114,7 +114,7 @@ static void test_cleaner(int sig)
 	pid_t child_gid;
 
 	// send signal to all loader family members
-	fprintf(stderr, "[error] test is blocked since %d seconds. Mark it as failed\n", timeout);
+	fprintf(stderr, "[error] test has been blocked for %d seconds. Mark it as failed\n", timeout);
 	child_gid = getpgid(child_pid);
 	kill(-child_gid, SIGKILL);
 	exit(EXIT_FAILURE);