mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-23 03:30:40 +00:00
eLogDebug instead eLogInfo for empty path in unveil
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ namespace util
|
||||
{
|
||||
if(path=="")
|
||||
{
|
||||
LogPrint(eLogInfo, "empty path for unveil");
|
||||
LogPrint(eLogDebug, "empty path for unveil");
|
||||
return;
|
||||
}
|
||||
if ( unveil(path.c_str(), rules.c_str()) == -1 )
|
||||
|
||||
Reference in New Issue
Block a user