about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-09-27T11·21+0200
committerEelco Dolstra <edolstra@gmail.com>2017-09-27T11·21+0200
commitb8875213dcedd60f419089392cd5a9b3cfaf6057 (patch)
tree5b1d2d9fc5b83a6eb9c7b5437db9b940ee5682e5 /src/nix
parentbfef3ec855f23930b907fd7700d9d20a820dae66 (diff)
Tweak message
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/progress-bar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/progress-bar.cc b/src/nix/progress-bar.cc
index 0c42fe5cc136..76138b2cce28 100644
--- a/src/nix/progress-bar.cc
+++ b/src/nix/progress-bar.cc
@@ -165,7 +165,7 @@ public:
 
         if (type == actQueryPathInfo) {
             auto name = storePathToName(getS(fields, 0));
-            i->s = fmt("querying about " ANSI_BOLD "%s" ANSI_NORMAL " on %s", name, getS(fields, 1));
+            i->s = fmt("querying " ANSI_BOLD "%s" ANSI_NORMAL " on %s", name, getS(fields, 1));
         }
 
         if ((type == actDownload && hasAncestor(*state, actCopyPath, parent))