"Daniel P. Berrange" <berrange(a)redhat.com> wrote:
The attached patch fixes the deprecation warnings.
...
+ qemudLog(QEMUD_ERR,
+ "Policy kit failed to check authorization %d %s",
Looks good, and got no warnings from my rawhide system.
You'll want to mark that string:
_("Policy kit failed to check authorization %d %s"),
ACK