mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-08 18:47:52 +00: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 ();
|
i2p::context.SetExtraBandwidth ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
LogPrint(eLogInfo, "Daemon: bandwidth set to 'low'");
|
||||||
i2p::context.SetLowBandwidth ();
|
i2p::context.SetLowBandwidth ();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user