Sfoglia il codice sorgente

ncd: NCDConfigTokenizer: log errors for all errors

ambrop7 14 anni fa
parent
commit
a35ae80f9e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      ncd/NCDConfigTokenizer.c

+ 1 - 0
ncd/NCDConfigTokenizer.c

@@ -196,6 +196,7 @@ void NCDConfigTokenizer_Tokenize (char *str, size_t left, NCDConfigTokenizer_out
             l = 1;
         }
         else {
+            BLog(BLOG_ERROR, "unrecognized character");
             error = 1;
         }