diff --git a/docs/index.html b/docs/index.html index 4b776b4..dcaa6b9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,6 @@ Longer code segments are often set in a box.
Generation of debug and error messages is controlled with two shell variables,
streamDebug
and streamError
.
-Per default no debug messages are printed and error messages are only printed
-while loading protocol files.
Setting those variables to 1 (actually to any number but 0) enables the
messages.
+Per default debug messages are switched off and error messages are switched on.
+Errors occuring while loading protocol files are always shown.
Warning: Enabling debug messages can create a lot of output!
diff --git a/src/StreamError.cc b/src/StreamError.cc
index 192a839..0261783 100644
--- a/src/StreamError.cc
+++ b/src/StreamError.cc
@@ -26,7 +26,7 @@
#include