Ignore:
Timestamp:
Jun 9, 2001, 9:46:01 PM (24 years ago)
Author:
sandervl
Message:

turned off heapcheck in writelogmisc.cpp

File:
1 edited

Legend:

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

    r5932 r5939  
    1 /* $Id: profile.cpp,v 1.29 2001-06-08 11:04:24 sandervl Exp $ */
     1/* $Id: profile.cpp,v 1.30 2001-06-09 19:46:01 sandervl Exp $ */
    22
    33/*
     
    253253                prev_key      = NULL;
    254254
    255                 dprintf(("Kernel32:Profile:New section: '%s'\n",section->name));
     255                dprintf2(("Kernel32:Profile:New section: '%s'\n",section->name));
    256256
    257257                continue;
     
    280280           prev_key   = key;
    281281
    282            dprintf(("Kernel32:Profile:New key: name='%s', value='%s'\n",key->name,key->value?key->value:"(none)"));
     282           dprintf2(("Kernel32:Profile:New key: name='%s', value='%s'\n",key->name,key->value?key->value:"(none)"));
    283283          }
    284284    }
Note: See TracChangeset for help on using the changeset viewer.