Code

Change error message when read callback name is duplicated while registering it.
authorPavel Rochnyack <pavel2000@ngs.ru>
Thu, 6 Jul 2017 19:07:43 +0000 (02:07 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Mon, 24 Jul 2017 06:31:27 +0000 (13:31 +0700)
commitf519b4b222ab9253e70b6cda7605d7c58ff771b4
treed1d9777ff9933764e481deed17f568dbfb8af6e1
parent5ea1f5a36f99f6c828936d1f993c9ba790b953ec
Change error message when read callback name is duplicated while registering it.

The message `Check for duplicate "LoadPlugin" lines` is obsolete, as there is a special check in `plugin_load()` for this case.
src/daemon/plugin.c