mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup & cosmetics.
This commit is contained in:
@ -114,7 +114,7 @@ void CMeasureNet::UpdateIFTable()
|
||||
|
||||
if (CRainmeter::GetDebug() && logging)
|
||||
{
|
||||
DebugLog(L"------------------------------");
|
||||
LSLog(LOG_DEBUG, APPNAME, L"------------------------------");
|
||||
DebugLog(L"* NETWORK-INTERFACE: Count=%i", c_NumOfTables);
|
||||
|
||||
for (size_t i = 0; i < c_NumOfTables; ++i)
|
||||
@ -151,7 +151,7 @@ void CMeasureNet::UpdateIFTable()
|
||||
(ifTable->Table[i].InterfaceAndOperStatusFlags.HardwareInterface == 1) ? L"Yes" : L"No",
|
||||
(ifTable->Table[i].InterfaceAndOperStatusFlags.FilterInterface == 1) ? L"Yes" : L"No");
|
||||
}
|
||||
DebugLog(L"------------------------------");
|
||||
LSLog(LOG_DEBUG, APPNAME, L"------------------------------");
|
||||
}
|
||||
}
|
||||
else
|
||||
@ -209,7 +209,7 @@ void CMeasureNet::UpdateIFTable()
|
||||
|
||||
if (CRainmeter::GetDebug() && logging)
|
||||
{
|
||||
DebugLog(L"------------------------------");
|
||||
LSLog(LOG_DEBUG, APPNAME, L"------------------------------");
|
||||
DebugLog(L"* NETWORK-INTERFACE: Count=%i", c_NumOfTables);
|
||||
|
||||
for (size_t i = 0; i < c_NumOfTables; ++i)
|
||||
@ -246,7 +246,7 @@ void CMeasureNet::UpdateIFTable()
|
||||
DebugLog(L" Type=%s(%i)",
|
||||
type.c_str(), ifTable->table[i].dwType);
|
||||
}
|
||||
DebugLog(L"------------------------------");
|
||||
LSLog(LOG_DEBUG, APPNAME, L"------------------------------");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user