aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index ef64e875..2abfb988 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -411,6 +411,8 @@ int a_Misc_parse_search_url(char *source, char **label, char **urlstr)
}
}
*label = buf;
+ if (ret == -1)
+ MSG("Invalid search_url: \"%s\"\n", source);
return ret;
}