diff options
| -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); } |
