From b8875213dcedd60f419089392cd5a9b3cfaf6057 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Sep 2017 13:21:08 +0200 Subject: Tweak message --- src/nix/progress-bar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)) -- cgit 1.4.1