summaryrefslogtreecommitdiff
path: root/bin/bbackupquery
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-10-20 18:02:07 +0000
committerChris Wilson <chris+github@qwirx.com>2010-10-20 18:02:07 +0000
commit68566bf4b4c66d124cacdaa785500158215b2a2e (patch)
tree1b99d8821db0ebd99b50e56b9e7cc0a6db75f91e /bin/bbackupquery
parent1dc650ba06cdd0d97f4e82d86c059d148cf444f7 (diff)
Show the output of "pwd" at NOTICE level, so that it gets displayed in
release builds as well.
Diffstat (limited to 'bin/bbackupquery')
-rw-r--r--bin/bbackupquery/BackupQueries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbackupquery/BackupQueries.cpp b/bin/bbackupquery/BackupQueries.cpp
index 3fae7aa1..8bed080f 100644
--- a/bin/bbackupquery/BackupQueries.cpp
+++ b/bin/bbackupquery/BackupQueries.cpp
@@ -736,7 +736,7 @@ void BackupQueries::DoCommand(ParsedCommand& rCommand)
case Command_pwd:
{
// Simple implementation, so do it here
- BOX_INFO(GetCurrentDirectoryName() << " (" <<
+ BOX_NOTICE(GetCurrentDirectoryName() << " (" <<
BOX_FORMAT_OBJECTID(GetCurrentDirectoryID()) <<
")");
}