Skip to content
Snippets Groups Projects
Commit a8d81858 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Whoops, add the string

parent 98e95ca4
No related branches found
No related tags found
No related merge requests found
Pipeline #8097 passed
......@@ -1124,7 +1124,7 @@ is_fresh(struct http_session *sess)
int len = asprintf(&path, "%s/%s.lst", sess->req->cache_root, sess->req->name);
if (len > 0) {
if (remove(path))
fprintf(stderr, "Failed to remove %s from cache\n");
fprintf(stderr, "Failed to remove %s from cache\n", path);
}
free(path);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment