diff options
author | Ted Gould <ted@gould.cx> | 2015-02-09 23:08:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-09 23:08:13 -0600 |
commit | 2881e3723f86dc21a1deb144803645c9df8e0f0d (patch) | |
tree | 71dc61199aba3125c984649ff2326d3d03cc2d2e /tests/notifications-mock.h | |
parent | 21f2318408b8a179d547ccde45ab38fc5d4367ef (diff) | |
download | ayatana-indicator-sound-2881e3723f86dc21a1deb144803645c9df8e0f0d.tar.gz ayatana-indicator-sound-2881e3723f86dc21a1deb144803645c9df8e0f0d.tar.bz2 ayatana-indicator-sound-2881e3723f86dc21a1deb144803645c9df8e0f0d.zip |
Fix string
Diffstat (limited to 'tests/notifications-mock.h')
-rw-r--r-- | tests/notifications-mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications-mock.h b/tests/notifications-mock.h index 0298f8c..e9318d1 100644 --- a/tests/notifications-mock.h +++ b/tests/notifications-mock.h @@ -49,7 +49,7 @@ class NotificationsMock } ~NotificationsMock () { - g_debug("Destroying the Accounts Service Mock"); + g_debug("Destroying the Notifications Mock"); g_clear_object(&mock); } |