summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2014-02-25 08:15:26 +0100
committerSven Eden <yamakuzure@gmx.net>2014-02-25 08:15:26 +0100
commitd927069b8bf885a331ec1112726bc6d2905ee718 (patch)
treedd54b57f5a6489c269ac4cac92e214f1d76ad0f9
parentPortage.pm: Changed determination of PORTDIR and PORTDIR_OVERLAY to use eix i... (diff)
downloadufed-d927069b8bf885a331ec1112726bc6d2905ee718.tar.gz
ufed-d927069b8bf885a331ec1112726bc6d2905ee718.tar.bz2
ufed-d927069b8bf885a331ec1112726bc6d2905ee718.zip
Portage.pm : Just a minor addition to the debugging output after description stripping. (Makes finding '(Unknown)' description causes easier)
-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;