summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Portage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Portage.pm b/Portage.pm
index 6eed5e2..5471e73 100644
--- a/Portage.pm
+++ b/Portage.pm
@@ -224,7 +224,7 @@ sub _add_flag
my $POST = "(?:in|for|the|on|with|a|to)?";
$descr_alt =~ s/^$VERB\s*$BIND\s*$WHAT\s*$POST\s*$POST\s+//mig;
- debugMsg(" \"$descr\"\n-> \"$descr_alt\"");
+ debugMsg("$flag : [$pkg]\n \"$descr\"\n-> \"$descr_alt\"");
}
$data{descr} = $descr;