From 0a0c1fcb4d0e42577ac0c7ac23bd9b908ecde49f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jul 2003 13:43:16 +0000 Subject: * The `-v' flag no longer takes an argument; it should be repeated instead (e.g., `-vvvv' for lots of output). Default is to only print error messages. --- src/store.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/store.cc') diff --git a/src/store.cc b/src/store.cc index 50932d806292..fe7e1406f07b 100644 --- a/src/store.cc +++ b/src/store.cc @@ -167,7 +167,6 @@ bool isInPrefix(const string & path, const string & _prefix) string expandId(const FSId & id, const string & target, const string & prefix, FSIdSet pending) { - debug(format("expanding %1%") % (string) id); Nest nest(lvlDebug, format("expanding %1%") % (string) id); Strings paths; -- cgit 1.4.1