Fix bling_import.pl error message.

This commit is contained in:
Felicity Tarnell 2014-05-27 12:18:10 +01:00
parent 86f643dc0e
commit 7ff1070bb7

View file

@ -89,7 +89,7 @@ while (<INF>) {
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";