diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-16 14:49:43 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-16 15:38:37 +0200 |
commit | 9adf29502bf7db90be8c37b2559d8afb9e4bc2af (patch) | |
tree | ed84dba23a2f7c2aa7b215c93c1db7ed328a0999 /tubes | |
parent | 86b81fb1ef59b0e9e5892a5f33ccab367d01fb89 (diff) |
tubes: correctly use SAL_INFO and SAL_WARN macros
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/contacts.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index 5a46248129ce..1017fade4b14 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -91,7 +91,7 @@ class TubeContacts : public ModelessDialog void Listen() { if (!TeleManager::registerClients()) - SAL_INFO( "sc.tubes", "Could not register client handlers." ); + SAL_INFO( "tubes", "Could not register client handlers." ); } void StartDemoSession() @@ -193,7 +193,7 @@ public: void Populate() { - SAL_INFO( "sc.tubes", "Populating contact list dialog" ); + SAL_INFO( "tubes", "Populating contact list dialog" ); maList.Clear(); maACs.clear(); ContactList *pContacts = TeleManager::getContactList(); |