mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Upgrade warning about missing interned string for sandbox
This commit is contained in:
parent
5aaac938a9
commit
739a52592b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user