mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
t-runner: Refactor log statement
This commit is contained in:
parent
8e6df3ab0b
commit
66b7a20f40
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user