wifi: 64-bit compile warning fix

This commit is contained in:
Dan Williams 2009-05-13 12:02:27 -04:00
parent 57a04fa59d
commit 0e3cdd615a

View file

@ -621,7 +621,7 @@ nm_supplicant_config_add_setting_wireless_security (NMSupplicantConfig *self,
}
} else {
/* Invalid PSK */
nm_warning ("Invalid PSK length %d: not between 8 and 63 characters inclusive.", psk_len);
nm_warning ("Invalid PSK length %u: not between 8 and 63 characters inclusive.", (guint32) psk_len);
return FALSE;
}
}