* explicit log message when bandwidth set to 'low'

This commit is contained in:
hagen 2016-02-10 00:00:00 +00:00
parent dcab37a148
commit d5f831301f

View File

@ -125,7 +125,10 @@ namespace i2p
i2p::context.SetExtraBandwidth ();
}
else
{
LogPrint(eLogInfo, "Daemon: bandwidth set to 'low'");
i2p::context.SetLowBandwidth ();
}
return true;
}