Skip to content
Snippets Groups Projects
Commit 53fae615 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

server: add error string if reaload fails

parent ecf4522d
Branches
Tags
No related merge requests found
...@@ -449,7 +449,8 @@ int server_reload(server_t *server, const char *cf) ...@@ -449,7 +449,8 @@ int server_reload(server_t *server, const char *cf)
conf()->filename); conf()->filename);
break; break;
default: default:
log_error("failed to reload the configuration"); log_error("failed to reload the configuration (%s)",
knot_strerror(cf_ret));
break; break;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment