mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
* explicit log message when bandwidth set to 'low'
This commit is contained in:
parent
dcab37a148
commit
d5f831301f
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue