aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/mate_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/mate/mate_util.c')
-rw-r--r--plugins/epan/mate/mate_util.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/epan/mate/mate_util.c b/plugins/epan/mate/mate_util.c
index 2eaeb5aa45..4131831a0f 100644
--- a/plugins/epan/mate/mate_util.c
+++ b/plugins/epan/mate/mate_util.c
@@ -14,7 +14,6 @@
#include "mate.h"
#include "mate_util.h"
#include <wsutil/file_util.h>
-#include <wsutil/ws_printf.h> /* ws_g_warning */
/***************************************************************************
@@ -125,7 +124,7 @@ gchar* scs_subscribe(SCS_collection* c, const gchar* s) {
len = SCS_HUGE_SIZE;
} else {
len = SCS_HUGE_SIZE;
- ws_g_warning("mate SCS: string truncated due to huge size");
+ g_warning("mate SCS: string truncated due to huge size");
}
orig = (gchar *)g_slice_alloc(len);
@@ -175,7 +174,7 @@ void scs_unsubscribe(SCS_collection* c, gchar* s) {
(*ip)--;
}
} else {
- ws_g_warning("unsubscribe: not subscribed");
+ g_warning("unsubscribe: not subscribed");
}
}