From 2365c2156fb1b77e27eb064d04b5f7c9672f3802 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Mon, 28 Mar 2016 09:53:57 -0500 Subject: [PATCH] remove $result from onvif error message --- onvif/scripts/zmonvif-probe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onvif/scripts/zmonvif-probe.pl b/onvif/scripts/zmonvif-probe.pl index 9fed0a958..6f318ef5e 100755 --- a/onvif/scripts/zmonvif-probe.pl +++ b/onvif/scripts/zmonvif-probe.pl @@ -106,7 +106,7 @@ sub interpret_messages my $result = deserialize_message($svc_discover, $response); if(not $result) { if($verbose) { - print "Error deserializing message:\n" . $result . "\n"; + print "Error deserializing message. No message returned from deserializer.\n"; } next; }