From: Steinar H. Gunderson Date: Fri, 14 Nov 2014 00:41:08 +0000 (+0100) Subject: Tiny error message cleanup. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=6c297793e9c8888e6a33bb2c72c852c876652d87 Tiny error message cleanup. --- diff --git a/remoteglot.pl b/remoteglot.pl index 7616370..a924701 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -861,7 +861,7 @@ sub handle_tb_lookup_return { # position in the meantime, we might query a completely # different position! But that's fine. } else { - die "Unknown response state state " . $response->{'Response'}{'StateString'}; + die "Unknown response state " . $state; } # Wait a second before we schedule another one.