From 7ff1070bb7650b5219a900c9cea8d3a03656c79c Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Tue, 27 May 2014 12:18:10 +0100 Subject: [PATCH] Fix bling_import.pl error message. --- bling_import.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bling_import.pl b/bling_import.pl index ed644df..b72ab19 100755 --- a/bling_import.pl +++ b/bling_import.pl @@ -89,7 +89,7 @@ while () { if ($res->is_success) { my $resp = decode_json($res->content); if (defined($resp->{description})) { - print "Failed to Bling [$desc]: " . $resp->description . "\n"; + print "Failed to Bling [$desc]: " . $resp->{description} . "\n"; } else { if ($flags eq "-") { $flags = "i";