remove $result from onvif error message

pull/1368/head
Andrew Bauer 2016-03-28 09:53:57 -05:00
parent ab05d52a0a
commit 2365c2156f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}