diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-05-15 14:03:11 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-05-15 14:03:11 +0000 |
| commit | 340b1e461103364c6f2880d9d00a9cf3908de568 (patch) | |
| tree | e56328f59a2c459672bc4351dd538f472fd0f199 /main/enigma.cpp | |
| parent | e2de669045f81b57fbde83d9cc8fc922e4a92e3b (diff) | |
| download | enigma2-340b1e461103364c6f2880d9d00a9cf3908de568.tar.gz enigma2-340b1e461103364c6f2880d9d00a9cf3908de568.zip | |
use eDebug
Diffstat (limited to 'main/enigma.cpp')
| -rw-r--r-- | main/enigma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp index 36fcea4b..15692961 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -297,5 +297,5 @@ const char *getEnigmaVersionString() void dump_malloc_stats(void) { struct mallinfo mi = mallinfo(); - printf("MALLOC: %d total\n", mi.uordblks); + eDebug("MALLOC: %d total", mi.uordblks); } |
