Changeset 2797 for box/trunk/bin


Ignore:
Timestamp:
20/10/2010 19:02:07 (19 months ago)
Author:
chris
Message:

Show the output of "pwd" at NOTICE level, so that it gets displayed in
release builds as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/BackupQueries.cpp

    r2795 r2797  
    737737                { 
    738738                        // Simple implementation, so do it here 
    739                         BOX_INFO(GetCurrentDirectoryName() << " (" << 
     739                        BOX_NOTICE(GetCurrentDirectoryName() << " (" << 
    740740                                BOX_FORMAT_OBJECTID(GetCurrentDirectoryID()) << 
    741741                                ")"); 
Note: See TracChangeset for help on using the changeset viewer.