]> git.sesse.net Git - remoteglot/commitdiff
Tiny error message cleanup.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 14 Nov 2014 00:41:08 +0000 (01:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 14 Nov 2014 00:41:08 +0000 (01:41 +0100)
remoteglot.pl

index 76163703bcf033921780c2496c550169511ef863..a924701b3ec4c19606d3e9477796bd7d677f7a5d 100755 (executable)
@@ -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 {
                        # 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.
                }
 
                # Wait a second before we schedule another one.