From 1dc650ba06cdd0d97f4e82d86c059d148cf444f7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 20 Oct 2010 17:57:50 +0000 Subject: Fix missing closing parenthesis after bbackupquery pwd outputs object ID. --- bin/bbackupquery/BackupQueries.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/bbackupquery/BackupQueries.cpp b/bin/bbackupquery/BackupQueries.cpp index 2278b668..3fae7aa1 100644 --- a/bin/bbackupquery/BackupQueries.cpp +++ b/bin/bbackupquery/BackupQueries.cpp @@ -737,7 +737,8 @@ void BackupQueries::DoCommand(ParsedCommand& rCommand) { // Simple implementation, so do it here BOX_INFO(GetCurrentDirectoryName() << " (" << - BOX_FORMAT_OBJECTID(GetCurrentDirectoryID())); + BOX_FORMAT_OBJECTID(GetCurrentDirectoryID()) << + ")"); } break; -- cgit v1.2.3