mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9435
This commit is contained in:
parent
c259f18b99
commit
73d6641585
|
@ -117,8 +117,8 @@ void CBOINCDialUpManager::poll() {
|
|||
// Log out the trace information for debugging purposes.
|
||||
wxLogTrace(wxT("Function Status"), wxT("CBOINCDialUpManager::poll - Dialup Flags"));
|
||||
wxLogTrace(wxT("Function Status"),
|
||||
wxT("CBOINCDialUpManager::poll - -- bIsOnline = '%d', bIsDialing = '%d', m_bWasDialing = '%d', bWantConnection = '%d'"),
|
||||
bIsOnline, bIsDialing, m_bWasDialing, bWantConnection
|
||||
wxT("CBOINCDialUpManager::poll - -- bIsOnline = '%d', bIsDialing = '%d', m_bWasDialing = '%d', iNetworkStatus = '%d', bWantConnection = '%d'"),
|
||||
bIsOnline, bIsDialing, m_bWasDialing, iNetworkStatus, bWantConnection
|
||||
);
|
||||
wxLogTrace(wxT("Function Status"),
|
||||
wxT("CBOINCDialUpManager::poll - -- m_bResetTimers = '%d', m_bNotifyConnectionAvailable = '%d', m_bConnectedSuccessfully = '%d'"),
|
||||
|
|
Loading…
Reference in New Issue