From 9dbca4e45e400d142650bdd787c37b23533b5d60 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 19 Apr 2024 18:18:14 +0200 Subject: [PATCH] Avoid spamming the logs --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7154d49..889d45d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -186,7 +186,7 @@ bool doRelocation(const std::vector &relocData, relocation_tramp // They will be released on exit (See: AromaBaseModule) usedRPls[rplName] = rplHandle; } else { - DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str()); + //DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str()); } rplHandle = usedRPls[rplName];