Changeset 1869


Ignore:
Timestamp:
Sep 21, 2015, 12:31:25 AM (10 years ago)
Author:
Gregg Young
Message:

Turn off DbgMsgs

Location:
trunk/dll
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/eas.c

    r1817 r1869  
    10611061  CHAR *p, *peaval;
    10621062
    1063   DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename);
     1063  //DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename);
    10641064
    10651065  if (!filename || !current)
  • trunk/dll/mainwnd.c

    r1858 r1869  
    21372137          HWND hwndActive = TopWindow(hwnd, (HWND) 0);
    21382138          if (hwndActive)
    2139             DbgMsg(pszSrcFile, __LINE__, "WinSendMsg UM_DRIVECMD %c", *dv); // 2015-08-04 SHL FIXME debug
     2139            //DbgMsg(pszSrcFile, __LINE__, "WinSendMsg UM_DRIVECMD %c", *dv); // 2015-08-04 SHL FIXME debug
    21402140            WinSendMsg(WinWindowFromID(hwndActive, FID_CLIENT),
    21412141                       UM_DRIVECMD, MPFROMP(dv), MPVOID);
     
    34683468  sprintf(szPrefix, "%s.", pszStateName);
    34693469
    3470   DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState %s", pszStateName);  // 2015-08-13 SHL FIXME debug
     3470  //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState %s", pszStateName);        // 2015-08-13 SHL FIXME debug
    34713471
    34723472  // If restoring shutdown state bypass no-prescan drives
     
    36813681      WinDestroyWindow(hwndPPSave);
    36823682    }
    3683     DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState returning fRestored %u", fRestored);       // 2015-08-13 SHL FIXME debug
     3683    //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState returning fRestored %u", fRestored);     // 2015-08-13 SHL FIXME debug
    36843684  }
    36853685
     
    65516551            }
    65526552            else if (SHORT1FROMMP(mp1) == MAIN_DRIVELIST) {
    6553               DbgMsg(pszSrcFile, __LINE__, "MainWndProc CBN_ENTER ShowTreeRec(\"%s\")", path); // 2015-08-04 SHL FIXME debug
     6553              //DbgMsg(pszSrcFile, __LINE__, "MainWndProc CBN_ENTER ShowTreeRec(\"%s\")", path); // 2015-08-04 SHL FIXME debug
    65546554              ShowTreeRec(WinWindowFromID(WinWindowFromID(hwndTree,
    65556555                                                          FID_CLIENT),
     
    66846684    fAmQuitting = TRUE;                 // Let world know quit in progress
    66856685    DosSleep(1);
    6686     DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL
     6686    //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL
    66876687
    66886688    return 0;           // Suppress WinDefWindowProc WM_QUIT message generation
     
    67146714
    67156715  case WM_DESTROY:
    6716     DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread());     // 2015-08-09 SHL FIXME debug
     6716    //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread());   // 2015-08-09 SHL FIXME debug
    67176717    hwndMain = (HWND)0;
    67186718    if (!PostMsg((HWND)0, WM_QUIT, MPVOID, MPVOID))
  • trunk/dll/mainwnd2.c

    r1858 r1869  
    14051405    PostMsg(hwnd, UM_CLOSE, MPVOID, MPVOID);
    14061406    fAmQuitting = TRUE;                 // Let world know quit in progress
    1407     DbgMsg(pszSrcFile, __LINE__, "MainWndProc2 WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL
     1407    //DbgMsg(pszSrcFile, __LINE__, "MainWndProc2 WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL
    14081408    DosSleep(1);
    14091409    return 0;                   // Suppress WinDefWindowProc WM_QUIT message generation
  • trunk/dll/notebook.c

    r1863 r1869  
    38203820    // 15 Feb 08 SHL fixme to be gone when/if IDM_NOTEBOOK gone?
    38213821    if (mp2 == MPFROMLONG(IDM_NOTEBOOK)) {
    3822       DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");
     3822      //DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");
    38233823      hwndTemp = WinQueryWindow(hwnd, QW_OWNER);
    38243824      if (hwndTemp != HWND_DESKTOP) {
  • trunk/dll/notify.c

    r1669 r1869  
    463463            len--;
    464464            if (len2 != len) {
    465               DbgMsg(pszSrcFile, __LINE__, "len %u unexpected - should be %u", len2, len);      // 18 Jul 08 SHL fixme to be Runtime_Error
     465              //DbgMsg(pszSrcFile, __LINE__, "len %u unexpected - should be %u", len2, len);    // 18 Jul 08 SHL fixme to be Runtime_Error
    466466              xfree((PSZ)p, pszSrcFile, __LINE__);
    467467            }
Note: See TracChangeset for help on using the changeset viewer.