commit | 0d7809b788d19f9b53d47c7a632366671fa68778 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Nov 26 12:50:12 2020 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Nov 30 13:21:14 2020 +0100 |
tree | 9ce6fa3a3c0230f331b8c0e2eb77d8f4e36b215b | |
parent | f2afd6777b7e2cbca9df08c1eeb03a0933aa23cf [diff] [blame] |
yanglint BUGFIX some of the error messages are actually just warnings
diff --git a/tools/lint/common.h b/tools/lint/common.h index 5352082..8e78a10 100644 --- a/tools/lint/common.h +++ b/tools/lint/common.h
@@ -26,7 +26,7 @@ * @brief log error message */ #define YLMSG_E(MSG, ...) \ - fprintf(stderr, "YANGLINT[E]" MSG, ##__VA_ARGS__) + fprintf(stderr, "YANGLINT[E]: " MSG, ##__VA_ARGS__) /** * @brief log warning message