endSessionDialog: Fix syntax error

That's what I get for not testing my changes before I push :(
This commit is contained in:
Jasper St. Pierre 2013-08-22 17:27:43 -04:00
parent c44caa5c96
commit 9d2bc1142f

View File

@ -124,7 +124,7 @@ function findAppFromInhibitor(inhibitor) {
} catch(e) {
// XXX -- sometimes JIT inhibitors generated by gnome-session
// get removed too soon. Don't fail in this case.
log('gnome-session gave us a dead inhibitor: %s'.format(inhibitor.get_object_path());
log('gnome-session gave us a dead inhibitor: %s'.format(inhibitor.get_object_path()));
return null;
}