Ver Fonte

examples: ncd_value_parser_test: fix error message typo

ambrop7 há 14 anos atrás
pai
commit
7dec7b834e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/ncd_value_parser_test.c

+ 1 - 1
examples/ncd_value_parser_test.c

@@ -77,7 +77,7 @@ int main (int argc, char **argv)
     // parse
     NCDValue val;
     if (!NCDValueParser_Parse(argv[1], strlen(argv[1]), &val)) {
-        DEBUG("NCDConfigParser_Parse failed");
+        DEBUG("NCDValueParser_Parse failed");
         goto fail1;
     }