Ignore:
Timestamp:
Mar 20, 2000, 9:32:40 PM (25 years ago)
Author:
sandervl
Message:

removed some dprintfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r3160 r3172  
    1 /* $Id: exceptions.cpp,v 1.37 2000-03-18 19:49:43 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.38 2000-03-20 20:32:40 sandervl Exp $ */
    22
    33/*
     
    11181118  DosSetExceptionHandler(pExceptRec);
    11191119  dprintf(("OS2SetExceptionHandler: exception chain %x", pExceptRec));
     1120#ifdef DEBUG_ENABLELOG_LEVEL2
    11201121  PrintExceptionChain();
     1122#endif
    11211123}
    11221124
     
    11541156  DosUnsetExceptionHandler(pExceptRec);
    11551157  dprintf(("OS2UnsetExceptionHandler: exception chain %x", pExceptRec));
     1158#ifdef DEBUG_ENABLELOG_LEVEL2
    11561159  PrintExceptionChain();
     1160#endif
    11571161}
    11581162
Note: See TracChangeset for help on using the changeset viewer.