summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 2dd898f02..b5825206a 100644
--- a/src/map.c
+++ b/src/map.c
@@ -424,7 +424,7 @@ add_map (const gchar *map_line, map_cb_t read_callback, map_fin_cb_t fin_callbac
def = map_line + sizeof ("file://") - 1;
}
else {
- msg_debug ("invalid map fetching protocol: %s", map_line);
+ msg_warn ("invalid map fetching protocol: %s", map_line);
return FALSE;
}
/* Constant pool */