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:
@@ -73,7 +73,6 @@ initialize_before(image_id our_image)
|
|||||||
if (enable > 0) {
|
if (enable > 0) {
|
||||||
__gR5Compatibility = true;
|
__gR5Compatibility = true;
|
||||||
set_own_image_location(our_image);
|
set_own_image_location(our_image);
|
||||||
debug_printf("libnetwork.so running in R5 compatibility mode.\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} while (enable == 0
|
} while (enable == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user