git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fff59f7
)
make eFatals more fatal
author
Felix Domke
<tmbinc@elitedvb.net>
Fri, 22 Jul 2005 21:27:19 +0000
(21:27 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Fri, 22 Jul 2005 21:27:19 +0000
(21:27 +0000)
lib/base/eerror.cpp
patch
|
blob
|
history
diff --git
a/lib/base/eerror.cpp
b/lib/base/eerror.cpp
index af78040634f2fa1ea6322c9f20dd4fdf6468db5f..c60d5b7bd769cbec15c274e2c5aee02c5c7b0524 100644
(file)
--- a/
lib/base/eerror.cpp
+++ b/
lib/base/eerror.cpp
@@
-29,7
+29,7
@@
void eFatal(const char* fmt, ...)
vsnprintf(buf, 1024, fmt, ap);
va_end(ap);
logOutput(lvlFatal, buf);
- fprintf(stderr, "%s\n",buf );
+ fprintf(stderr, "
FATAL:
%s\n",buf );
#if 0
if (!infatal)
{