t-runner: Refactor log statement

This commit is contained in:
Tim Kourt 2016-05-09 10:39:46 -07:00 committed by Denis Kenzior
parent 8e6df3ab0b
commit 66b7a20f40
1 changed files with 1 additions and 3 deletions

View File

@ -1398,9 +1398,7 @@ static void run_command(char *cmdname)
sprintf(test_home_path, "%s/%s", tmp_path, TEST_TOP_DIR_DEFAULT_NAME);
if (stat(test_home_path, &st) == -1) {
l_error("Test directory %s does not exist",
test_home_path);
l_error("Test directory %s does not exist", test_home_path);
return;
}