aboutsummaryrefslogtreecommitdiff
path: root/src/phone.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/phone.vala')
-rw-r--r--src/phone.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phone.vala b/src/phone.vala
index 8c9c816..34c10ab 100644
--- a/src/phone.vala
+++ b/src/phone.vala
@@ -48,7 +48,7 @@ class Phone: Profile
try {
Process.spawn_command_line_async ("system-settings bluetooth");
} catch (Error e) {
- warning ("unable to launch settings: %s", e.message);
+ warning (@"unable to launch settings: $(e.message)");
}
});