[gnome-shell] main: Fix structured_log() call



commit 299ec4f368de7e15a489071cb0fbbc358d2fcec0
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 13 23:02:06 2015 +0100

    main: Fix structured_log() call
    
    Meh, I should have caught that one in review ...

 js/ui/main.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 76db220..385a73d 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -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]);
         }
     });
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]