Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:duckduckgo/p5-app-duckpan
Browse files Browse the repository at this point in the history
  • Loading branch information
moollaza committed Aug 11, 2012
2 parents 0b2b37e + 470ecbe commit 097130c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/App/DuckPAN/Query.pm
Expand Up @@ -62,12 +62,12 @@ sub run {
if ($error =~ m/Malformed UTF-8 character/) {
print "\n[WARNING] You got a malformed utf8 error message, which normally means\n";
print "that you try to entered a special character on the query prompt, but your\n";
print "interface is not proper configured towards utf8. Please checkout the\n";
print "interface is not properly configured for utf8. Please check out the\n";
print "documentation of your terminal, ssh client or whatever client you use\n";
print "to access the shell of this system\n\n";
print "Here the original error message:\n\n";
} else {
print "\nCatched error:\n\n";
print "\nCaught error:\n\n";
}
print $error."\n";
}
Expand Down

0 comments on commit 097130c

Please sign in to comment.