aboutsummaryrefslogtreecommitdiffstats
path: root/src/classifiers
diff options
context:
space:
mode:
Diffstat (limited to 'src/classifiers')
-rw-r--r--src/classifiers/winnow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classifiers/winnow.c b/src/classifiers/winnow.c
index 34e3dc209..522d3f4d5 100644
--- a/src/classifiers/winnow.c
+++ b/src/classifiers/winnow.c
@@ -156,7 +156,7 @@ winnow_classify (struct classifier_ctx *ctx, statfile_pool_t * pool, GTree * inp
st = cur->data;
if ((data.file = statfile_pool_is_open (pool, st->path)) == NULL) {
if ((data.file = statfile_pool_open (pool, st->path, st->size, FALSE)) == NULL) {
- msg_warn ("winnow_classify: cannot open %s, skip it", st->path);
+ msg_warn ("cannot open %s, skip it", st->path);
cur = g_list_next (cur);
continue;
}