Tweak message

This commit is contained in:
Eelco Dolstra 2017-09-27 13:21:08 +02:00
parent bfef3ec855
commit b8875213dc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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))