Commit Diff


commit - 18223c2807bc7cc41327d84c187934fd2730d277
commit + f1beb69a5a32a1c46d84321029896360dbc8a0b0
blob - d72565ca77eed2dc3b62cb83bd3cdf0883b70e37
blob + 03560a00c389f5fc885cbf19f5057827019f020a
--- ctl.c
+++ ctl.c
@@ -205,7 +205,7 @@ load_files(struct parse_result *res, int *ret)
 
 		memset(path, 0, sizeof(path));
 		if (canonpath(file, path, sizeof(path)) == -1) {
-			log_warnx("canonpath %s", file);
+			log_warn("canonpath %s", file);
 			continue;
 		}