Merge lp:~mhr3/libunity/fix-937464 into lp:libunity

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 184
Merged at revision: 186
Proposed branch: lp:~mhr3/libunity/fix-937464
Merge into: lp:libunity
Diff against target: 11 lines (+1/-1)
1 file modified
src/unity-inspector.vala (+1/-1)
To merge this branch: bzr merge lp:~mhr3/libunity/fix-937464
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
Review via email: mp+127785@code.launchpad.net

Commit message

Fix incorrect printf format string

Description of the change

Fix incorrect printf format string.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

Looks fine!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/unity-inspector.vala'
--- src/unity-inspector.vala 2011-03-02 09:03:45 +0000
+++ src/unity-inspector.vala 2012-10-03 14:47:44 +0000
@@ -105,7 +105,7 @@
105 if (name != "com.canonical.Unity")105 if (name != "com.canonical.Unity")
106 {106 {
107 critical ("Internal error in libunity: Got name owner notification " +107 critical ("Internal error in libunity: Got name owner notification " +
108 "from '%'. Expected 'com.canonical.Unity'", name);108 "from '%s'. Expected 'com.canonical.Unity'", name);
109 return;109 return;
110 }110 }
111 111

Subscribers

People subscribed via source and target branches