Skip to content
Snippets Groups Projects
Commit ce546a18 authored by Jan Soukal's avatar Jan Soukal
Browse files

pridana chybova hlaska na STDERR, skonci-li klient v eval bloku chybou.

parent 6ead5f66
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,7 @@ sub getNewEvents ...@@ -178,6 +178,7 @@ sub getNewEvents
} }
} # End of eval block } # End of eval block
or do { or do {
print STDERR "Warden-client unexpected end in eval block: " . $@ . "\n";
return; return;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment