We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6250d commit 1416bf5Copy full SHA for 1416bf5
src/NotificationsManager.vala
@@ -30,15 +30,15 @@ public class Gala.NotificationsManager : GLib.Object {
30
try {
31
notifications = ((DBusConnection) obj).get_proxy.end<DBusNotifications> (res);
32
} catch (Error e) {
33
- warning ("NotificationManager: Couldn't connect to notifications server: %s", e.message);
+ warning ("NotificationsManager: Couldn't connect to notifications server: %s", e.message);
34
notifications = null;
35
}
36
37
);
38
39
40
private void on_unwatch (DBusConnection conn) {
41
- warning ("NotificationManager: Lost connection to notifications server");
+ warning ("NotificationsManager: Lost connection to notifications server");
42
43
44
0 commit comments