diff options
author | David Phillips <david@sighup.nz> | 2017-05-09 10:37:06 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-09 10:37:06 +1200 |
commit | dc72f231b269530e71f04be7c344a59e6b9675dd (patch) | |
tree | 28c5ccd07e95b5fe4d7f19563f57c18e94e0503a | |
parent | a286a1756381ec82b807825d9b180ac589d0dd55 (diff) | |
download | idalius-dc72f231b269530e71f04be7c344a59e6b9675dd.tar.xz |
Change titles error to short reason
-rwxr-xr-x | idalius.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ sub url_get_title my $response = $http->get($url); if (!$response->{success}) { - print "Something broke: $response->{content}\n"; + print "Something broke: $response->{reason}\n"; return; } |