mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* explicit log message when bandwidth set to 'low'
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user