summaryrefslogtreecommitdiff
path: root/extcap/sshdump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-01-15 16:40:27 +0100
committerDario Lombardo <lomato@gmail.com>2016-01-15 22:42:58 +0000
commitea257be384a6c398684e3a1c97be5d3c93dbbd34 (patch)
treeee91f63a324fa715576a7702c50276fb918e48af /extcap/sshdump.c
parentd89de40449616c92d996e9314bcced9ab2fc5198 (diff)
downloadwireshark-ea257be384a6c398684e3a1c97be5d3c93dbbd34.tar.gz
sshdump: change message to error.
Change-Id: I6f3df909b2cb20a869dd1b812cdf6cdf8946e83c Reviewed-on: https://code.wireshark.org/review/13313 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap/sshdump.c')
-rw-r--r--extcap/sshdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 88e3bea0c3..1976f9c56b 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -264,7 +264,7 @@ static ssh_session create_ssh_connection(const char* hostname, const unsigned in
verbose_print("failed\n");
}
- verbose_print("Can't find a valid authentication. Disconnecting.\n");
+ errmsg_print("Can't find a valid authentication. Disconnecting.\n");
/* All authentication failed. Disconnect and return */
ssh_disconnect(sshs);