Merge lp:~alexlauni/unity-lens-music/846013 into lp:unity-lens-music

Proposed by Alex Launi
Status: Merged
Approved by: Alex Launi
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~alexlauni/unity-lens-music/846013
Merge into: lp:unity-lens-music
Diff against target: 12 lines (+1/-1)
1 file modified
src/banshee-collection.vala (+1/-1)
To merge this branch: bzr merge lp:~alexlauni/unity-lens-music/846013
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+75044@code.launchpad.net

Description of the change

replaces error () with warning () as to not send a sig 5.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/banshee-collection.vala'
2--- src/banshee-collection.vala 2011-09-08 17:22:43 +0000
3+++ src/banshee-collection.vala 2011-09-12 17:18:44 +0000
4@@ -204,7 +204,7 @@
5
6 if ((rc = db.prepare_v2 (sql, -1, out stmt, null)) == 1)
7 {
8- error ("SQL Error: %d, %s\n", rc, db.errmsg ());
9+ warning ("SQL Error: %d, %s\n", rc, db.errmsg ());
10 }
11
12 return rc;

Subscribers

People subscribed via source and target branches

to all changes: