X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fres.c;h=8c35f0e1cfae726a877e23e12b4ac44256d940ff;hb=766df9d4e9392045a4e5c730ed81e599b509557a;hp=0be3f7621f34afba367c3b94e1f5f41d854d35ce;hpb=caae3b70f46bd519857b595f7f06ea0179551336;p=wget diff --git a/src/res.c b/src/res.c index 0be3f762..8c35f0e1 100644 --- a/src/res.c +++ b/src/res.c @@ -463,9 +463,9 @@ res_match_path (const struct robot_specs *specs, const char *path) if (matches (specs->paths[i].path, path)) { bool allowedp = specs->paths[i].allowedp; - DEBUGP (("%s path %s because of rule `%s'.\n", + DEBUGP (("%s path %s because of rule %s.\n", allowedp ? "Allowing" : "Rejecting", - path, specs->paths[i].path)); + path, quote (specs->paths[i].path))); return allowedp; } return true;