From 06d77ca6536fa6b34405698974a389ebe9193831 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 2 Feb 2019 14:20:16 -0500 Subject: [PATCH] libnetwork: Remove not-so-useful printf. We don't really need to see in syslog when an application is running in R5 compatibility mode. --- src/system/libnetwork/init.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/libnetwork/init.cpp b/src/system/libnetwork/init.cpp index 23e760ac47..b21d4e2b1f 100644 --- a/src/system/libnetwork/init.cpp +++ b/src/system/libnetwork/init.cpp @@ -73,7 +73,6 @@ initialize_before(image_id our_image) if (enable > 0) { __gR5Compatibility = true; set_own_image_location(our_image); - debug_printf("libnetwork.so running in R5 compatibility mode.\n"); return; } } while (enable == 0