commit 4953aaa9d1ffafa0b1abf79ee82da6c417144542
parent 7f549b221c9755a528a22377e9f5585c5a14bc1c
Author: nibo <nibo@relim.de>
Date: Mon, 14 Oct 2024 11:26:54 +0200
Update README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -6,7 +6,7 @@ These messages will be printed by the macro DEBUG_MSG and
are only enabled when compiling with 'make debug'.
Furthermore text printed to stderr is either an ERR, WARN or INFO.
-An ERR means the program can't continue execution.
+An ERR means the program can't continue execution because something is wrong.
A WARN means the program continues execution but recommends changing something.
An INFO is just a valuable information.
ERR, WARN and INFO messages can be directed at the developer or user.