diff options
author | Michal Vaner <michal.vaner@nic.cz> | 2010-10-28 21:53:05 +0200 |
---|---|---|
committer | Michal Vaner <michal.vaner@nic.cz> | 2010-10-28 21:53:05 +0200 |
commit | 61048bb729e653f46bce43d71ff37169817dba8b (patch) | |
tree | 2769a697112754744b24944512d4193265ba4c27 /src/lib/Makefile.am | |
parent | Use dummy logging it recursor.cc (diff) | |
download | kea-61048bb729e653f46bce43d71ff37169817dba8b.tar.xz kea-61048bb729e653f46bce43d71ff37169817dba8b.zip |
Forgotten place to log
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3394 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index cbfb81421a..a22897db56 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = exceptions dns asiolink cc config datasrc python xfr bench log +SUBDIRS = exceptions dns cc config datasrc python xfr bench log asiolink |