mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
* explicit log message when bandwidth set to 'low'
This commit is contained in:
parent
dcab37a148
commit
d5f831301f
@ -125,7 +125,10 @@ namespace i2p
|
||||
i2p::context.SetExtraBandwidth ();
|
||||
}
|
||||
else
|
||||
{
|
||||
LogPrint(eLogInfo, "Daemon: bandwidth set to 'low'");
|
||||
i2p::context.SetLowBandwidth ();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user