diff --git a/src/preferences/network/InterfacesAddOn/NetworkSettings.cpp b/src/preferences/network/InterfacesAddOn/NetworkSettings.cpp index 97771bd343..9fb9956d9b 100644 --- a/src/preferences/network/InterfacesAddOn/NetworkSettings.cpp +++ b/src/preferences/network/InterfacesAddOn/NetworkSettings.cpp @@ -303,7 +303,7 @@ NetworkSettings::SetConfiguration() fNetworkInterface->SetTo(zeroAddr); } else { // TODO : test this case (no address set for this protocol) - printf("no zeroAddr found for %s(%d), found %lu\n", + printf("no zeroAddr found for %s(%d), found %" B_PRIu32 "\n", fProtocols[index].name, inet_id, zeroAddr); BNetworkInterfaceAddress interfaceConfig; interfaceConfig.SetAddress(fAddress[inet_id]);