mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
renamed some log entries for logview in NetworkDialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3740 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c5a8d25067
commit
935903287d
@ -734,16 +734,16 @@ void NetworkDialog::getNetworkStatus()
|
||||
}
|
||||
else
|
||||
{
|
||||
setLogInfo(tr("UPNP NOT FOUND."), QString::fromUtf8("red"));
|
||||
setLogInfo(tr("UPNP not found or not enabled."), QString::fromUtf8("red"));
|
||||
}
|
||||
|
||||
if(config.netDhtOk)
|
||||
{
|
||||
setLogInfo(tr("DHT OK."), QString::fromUtf8("green"));
|
||||
setLogInfo(tr("DHT is running."), QString::fromUtf8("green"));
|
||||
}
|
||||
else
|
||||
{
|
||||
setLogInfo(tr("DHT is not working (down)."), QString::fromUtf8("red"));
|
||||
setLogInfo(tr("DHT is off."), QString::fromUtf8("red"));
|
||||
}
|
||||
|
||||
if(config.netStunOk)
|
||||
|
Loading…
Reference in New Issue
Block a user