main: Fix structured_log() call

Meh, I should have caught that one in review ...
This commit is contained in:
Florian Müllner 2015-02-13 23:02:06 +01:00
parent 4da7f20759
commit 299ec4f368

View File

@ -220,8 +220,8 @@ function _initializeUI() {
}
if (sessionMode.currentMode != 'gdm' &&
sessionMode.currentMode != 'initial-setup') {
Shell.log_structured_print('GNOME Shell started at ' + _startDate,
['MESSAGE_ID=' + GNOMESHELL_STARTED_MESSAGE_ID]);
Shell.Global.log_structured('GNOME Shell started at ' + _startDate,
['MESSAGE_ID=' + GNOMESHELL_STARTED_MESSAGE_ID]);
}
});
}