Upgrade warning about missing interned string for sandbox

This commit is contained in:
Nick Mathewson 2014-04-16 12:48:56 -04:00
parent 5aaac938a9
commit 739a52592b

View File

@ -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;
}