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
1=== modified file 'src/unity-inspector.vala'
2--- src/unity-inspector.vala 2011-03-02 09:03:45 +0000
3+++ src/unity-inspector.vala 2012-10-03 14:47:44 +0000
4@@ -105,7 +105,7 @@
5 if (name != "com.canonical.Unity")
6 {
7 critical ("Internal error in libunity: Got name owner notification " +
8- "from '%'. Expected 'com.canonical.Unity'", name);
9+ "from '%s'. Expected 'com.canonical.Unity'", name);
10 return;
11 }
12

Subscribers

People subscribed via source and target branches