Skip to content

Commit

Permalink
plugins: minor, show skipped path in debug
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 3, 2024
1 parent 60c676a commit 840d612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pidfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int pidfile_add_path(struct iwatch *iw, char *path)
ptr = slash++;
slash = strchr(ptr, '/');
if (slash) {
dbg("Path too deep, skipping.");
dbg("Path too deep, skipping %s", path);
return -1;
}
}
Expand Down

0 comments on commit 840d612

Please sign in to comment.