mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
fix: sandbox_intern_string log clean up
This commit is contained in:
parent
8aa5517ff6
commit
ed4968315e
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ sandbox_intern_string(const char *param)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log_warn(LD_BUG, "(Sandbox) Parameter %s not found", param);
|
log_info(LD_GENERAL, "(Sandbox) Parameter %s not found", param);
|
||||||
return param;
|
return param;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue