]> git.armaanb.net Git - chorizo.git/blobdiff - extensions/we_adblock.c
draft 2
[chorizo.git] / extensions / we_adblock.c
index 37fa3b732f38f7cb0541b9bde09612ab983c839c..f09c1190c2605a8aee9b806c0251ddd62dcc5716 100644 (file)
@@ -22,7 +22,7 @@ adblock_load(void) {
                 re = g_regex_new(buf, G_REGEX_CASELESS | G_REGEX_OPTIMIZE,
                                  G_REGEX_MATCH_PARTIAL, &err);
                 if (err != NULL) {
-                    fprintf(stderr, "chorizo: Could not compile regex: %s\n",
+                    fprintf(stderr, "we_adblock: error: could not compile regex: %s\n",
                             buf);
                     g_error_free(err);
                     err = NULL;