mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 02:49:58 +00:00
Fixes incorrect format specifier.
This commit is contained in:
@@ -62,7 +62,7 @@ static void printServerList( vector<DialServer*> list )
|
||||
(*it)->getUuid( uuid );
|
||||
macAddr =(*it)->getMacAddress();
|
||||
wolTimeOut =(*it)->getWakeOnLanTimeout();
|
||||
printf("%Zu: Server IP[%s] UUID[%s] FriendlyName[%s] MacAddress[%s] WakeOnLanTimeout[%d]\n",
|
||||
printf("%d: Server IP[%s] UUID[%s] FriendlyName[%s] MacAddress[%s] WakeOnLanTimeout[%d]\n",
|
||||
i+1, (*it)->getIpAddress().c_str(),
|
||||
uuid.c_str(), name.c_str(), macAddr.c_str(), wolTimeOut);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user