Skip to content
Snippets Groups Projects
Commit ef09ae07 authored by deuce's avatar deuce
Browse files

Fix typo in error message.

parent e99f19ea
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ function forward_tic(tic)
outb = backslash(outb);
}
if (!mkpath(outb)) {
log(LOG_ERROR, "Unable to create outbound director '"+outb+"' for link "+link);
log(LOG_ERROR, "Unable to create outbound directory '"+outb+"' for link "+link);
continue;
}
......
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