diff options
Diffstat (limited to 'libbuild2/install/rule.cxx')
-rw-r--r-- | libbuild2/install/rule.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/install/rule.cxx b/libbuild2/install/rule.cxx index 7e6121d..20a4bc3 100644 --- a/libbuild2/install/rule.cxx +++ b/libbuild2/install/rule.cxx @@ -1378,12 +1378,12 @@ namespace build2 if (t != nullptr) { if (name.empty ()) - print_diag ("uninstall ", *t, chd, "<-"); + print_diag ("uninstall", *t, chd, "<-"); else - print_diag ("uninstall ", *t, f, "<-"); + print_diag ("uninstall", *t, f, "<-"); } else - print_diag ("uninstall ", f); + print_diag ("uninstall", f); } uninstall_f_impl (rs, base, f, verbosity); |