Skip to content

Commit c5808d7

Browse files
committed
Preferences: when replying about an error, use error_reply
1 parent 0341304 commit c5808d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Synergy/Reactor/Preferences.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ sub handle_dump ($self, $event) {
173173

174174
sub _error_no_prefs ($self, $event, $component) {
175175
$event->mark_handled;
176-
$event->reply("<$component> does not appear to have preferences");
176+
$event->error_reply("<$component> does not appear to have preferences");
177177
}
178178

179179
sub handle_list ($self, $event) {

0 commit comments

Comments
 (0)