From 6c297793e9c8888e6a33bb2c72c852c876652d87 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 14 Nov 2014 01:41:08 +0100 Subject: [PATCH] Tiny error message cleanup. --- remoteglot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2