From f3a53514ed51deccfdc28d3035ee221d6d8877b5 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 5 Dec 2019 13:46:14 +0100 Subject: Deactivate Debug in FreeMB --- lcarsng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcarsng.c b/lcarsng.c index edcdc08..3a57c7f 100644 --- a/lcarsng.c +++ b/lcarsng.c @@ -222,7 +222,7 @@ int FreeMB(const char *Base, bool Initial) std::string path = cVideoDirectory::Name(); path += "/"; char *tmpbase = Directory ? ExchangeChars(strdup(currentBase), true) : NULL; - dsyslog ("%s %s %d %s\n", __FILE__, __func__, __LINE__, (const char *)tmpbase); +// dsyslog ("%s %s %d %s\n", __FILE__, __func__, __LINE__, (const char *)tmpbase); if (tmpbase) path += tmpbase; struct stat statdir; -- cgit v1.2.3