Skip to content
Snippets Groups Projects
Commit 739a5259 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Upgrade warning about missing interned string for sandbox

parent 5aaac938
Branches
Tags
No related merge requests found
......@@ -883,7 +883,8 @@ sandbox_intern_string(const char *str)
}
}
log_info(LD_GENERAL, "(Sandbox) Parameter %s not found", str);
if (sandbox_active)
log_warn(LD_BUG, "No interned sandbox parameter found for %s", str);
return str;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment