Code

Use sdb_log() in place of sdb_plugin_log().
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Nov 2016 21:46:57 +0000 (22:46 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Nov 2016 21:46:57 +0000 (22:46 +0100)
commitaa416a57d8b302fce242fcb5e73c97531536899f
tree7c95d4fbf3fc93f2d4151f05dac74f79d1acd29a
parent233d70fd5ffdc770e639da722a8070cb73ec4fc6
Use sdb_log() in place of sdb_plugin_log().

It's up to the error module to decide how to log. Inside the daemon, both are
basically equivalent.
src/core/plugin.c
src/plugins/cname/dns.c