aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 651caaa33a..538b93ea15 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -39,7 +39,7 @@
#include <epan/range.h>
#include <wsutil/str_util.h>
-#include <wsutil/ws_printf.h> /* ws_debug_printf and ws_g_warning */
+#include <wsutil/ws_printf.h> /* ws_debug_printf */
static gint proto_malformed = -1;
static dissector_handle_t frame_handle = NULL;
@@ -933,7 +933,7 @@ find_dissector_table(const char *name)
dissector_table = (dissector_table_t) g_hash_table_lookup(dissector_tables, new_name);
}
if (dissector_table) {
- ws_g_warning("%s is now %s", name, new_name);
+ g_warning("%s is now %s", name, new_name);
}
}
return dissector_table;