use eDebug
[enigma2.git] / main / enigma.cpp
index 36fcea4b6985bcbdd0b76bbd310ba18818b32429..156929619239c0e6f96015ac757d1d9697d0eacc 100644 (file)
@@ -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);
 }