Remove redundant and erroneous debug log message.

Change-Id: I91d6131b3b4b7ef670f0d188ebd6da3947c49bdc
Reviewed-on: https://code.wireshark.org/review/4548
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Tomasz Moń 2014-10-08 19:35:25 +02:00 committed by Michael Mann
parent fb6e0430aa
commit 5c0a3beee2
1 changed files with 0 additions and 2 deletions

View File

@ -257,8 +257,6 @@ extcap_get_if_dlts(const gchar *ifname, char **err_str) {
gint i;
if_capabilities_t *caps = NULL;
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, " returned no DLTs");
if (ifname != NULL && err_str != NULL)
*err_str = NULL;