Merge lp:~sadam36/switchboard/improve-error-log-msg into lp:~elementary-pantheon/switchboard/switchboard

Proposed by sadam36
Status: Merged
Approved by: Corentin Noël
Approved revision: 524
Merged at revision: 525
Proposed branch: lp:~sadam36/switchboard/improve-error-log-msg
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 11 lines (+1/-1)
1 file modified
lib/PlugsManager.vala (+1/-1)
To merge this branch: bzr merge lp:~sadam36/switchboard/improve-error-log-msg
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+243334@code.launchpad.net

Commit message

Improve error log message when problem occured during scanning plugs folder

Description of the change

Improve error log message when problem occured during scanning plugs folder. It is useful to know which folder was scanned.

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 'lib/PlugsManager.vala'
2--- lib/PlugsManager.vala 2014-11-04 23:12:02 +0000
3+++ lib/PlugsManager.vala 2014-12-01 21:22:00 +0000
4@@ -83,7 +83,7 @@
5 }
6 }
7 } catch (Error err) {
8- warning("Unable to scan plugs folder: %s\n", err.message);
9+ warning("Unable to scan plugs folder %s: %s\n", base_folder.get_path (), err.message);
10 }
11 }
12

Subscribers

People subscribed via source and target branches

to all changes: