Changeset 2798


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

Show the output of "pwd" at NOTICE level, so that it gets displayed in
release builds as well, thanks to Achim for pointing this out. (merges
[2797] from trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11/bin/bbackupquery/BackupQueries.cpp

    r2796 r2798  
    325325                { 
    326326                        // Simple implementation, so do it here 
    327                         BOX_INFO(GetCurrentDirectoryName() << " (" << 
     327                        BOX_NOTICE(GetCurrentDirectoryName() << " (" << 
    328328                                BOX_FORMAT_OBJECTID(GetCurrentDirectoryID()) << 
    329329                                ")"); 
Note: See TracChangeset for help on using the changeset viewer.