diff options
-rw-r--r-- | src/nix-env/nix-env.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc index 9c78f012141a..e0de2812ca43 100644 --- a/src/nix-env/nix-env.cc +++ b/src/nix-env/nix-env.cc @@ -1062,7 +1062,7 @@ static void opQuery(Globals & globals, cout.flush(); } catch (AssertionError & e) { - /* !!! hm, maybe we should give some sort of warning here? */ + printMsg(lvlTalkative, format("skipping derivation named `%1%' which gives an assertion failure") % i->name); } } |