diff options
author | Sven Eden <yamakuzure@gmx.net> | 2014-02-25 08:15:26 +0100 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2014-02-25 08:15:26 +0100 |
commit | d927069b8bf885a331ec1112726bc6d2905ee718 (patch) | |
tree | dd54b57f5a6489c269ac4cac92e214f1d76ad0f9 | |
parent | Portage.pm: Changed determination of PORTDIR and PORTDIR_OVERLAY to use eix i... (diff) | |
download | ufed-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |