]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/Debian.pl
- dbGet: warn if $select is NULL
[infobot.git] / blootbot / src / Modules / Debian.pl
index e525e028816a6837cf0ff9842b4ba4dd06b71937..2dfea69ac4b4cc918a2f2738292a764736e2d933 100644 (file)
@@ -166,7 +166,7 @@ sub DebianDownload {
 # Usage: &searchContents($query);
 sub searchContents {
     my ($dist, $query) = &getDistroFromStr($_[0]);
-    &::status("Debian: Contents search for '$query' on $dist.");
+    &::status("Debian: Contents search for '$query' in '$dist'.");
     my $dccsend        = 0;
 
     $dccsend++         if ($query =~ s/^dcc\s+//i);