summaryrefslogtreecommitdiff
path: root/bin/bbackupquery
diff options
context:
space:
mode:
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()) <<
")");
}