Skip to content

Commit

Permalink
- fast-reload, improve error text for incompatible change.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jun 27, 2024
1 parent ca975bd commit d355c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daemon/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,8 @@ fr_check_compat_cfg(struct fast_reload_thread* fr, struct config_file* newcfg)
/* The new config changes some items that do not work with
* fast reload. */
if(!fr_output_printf(fr, "The config changes items that are "
"not compatible with fast_reload: %s\n", changed_str))
"not compatible with fast_reload, perhaps do reload "
"or restart: %s\n", changed_str))
return 0;
fr_send_notification(fr, fast_reload_notification_printout);
return 0;
Expand Down

0 comments on commit d355c6b

Please sign in to comment.