endSessionDialog: Fix syntax error
That's what I get for not testing my changes before I push :(
This commit is contained in:
parent
c44caa5c96
commit
9d2bc1142f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user