libnetwork: Remove not-so-useful printf.
We don't really need to see in syslog when an application is running in R5 compatibility mode.
This commit is contained in:
parent
8270254464
commit
06d77ca653
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user