*** empty log message ***

svn path=/trunk/boinc/; revision=8619
This commit is contained in:
Rom Walton 2005-10-10 17:29:07 +00:00
parent 436cf4ae38
commit c5b0681a2f
2 changed files with 4 additions and 0 deletions

View File

@ -1503,6 +1503,10 @@ void CMainFrame::OnFrameRender(wxTimerEvent &event) {
wxT("CMainFrame::OnFrameRender - -- reset_timers = '%d', already_notified_update_all_projects = '%d', connected_successfully = '%d'"),
reset_timers, already_notified_update_all_projects, connected_successfully
);
wxLogTrace(wxT("Function Status"),
wxT("CMainFrame::OnFrameRender - -- confirm_before_connecting = '%d', hangup_if_dialed = '%d'"),
pDoc->state.global_prefs.confirm_before_connecting, pDoc->state.global_prefs.hangup_if_dialed
);
// If we have received any connection event, then we should reset the
// dtLastDialupAlertSent and dtLastDialupRequest variables

Binary file not shown.