summaryrefslogtreecommitdiff
path: root/zookeeper-client
diff options
context:
space:
mode:
authorAndor Molnar <andor@apache.org>2022-02-01 11:39:04 +0100
committerEnrico Olivelli <eolivelli@apache.org>2022-02-01 11:39:04 +0100
commit04c7ad115e298387e4a75dfe14013f6c6aa68a6d (patch)
treebe537242a066f4b9624c0c8b52808065324421fd /zookeeper-client
parent1bdba023c19dd9616bf3cd27ce68c140a286f558 (diff)
downloadzookeeper-04c7ad115e298387e4a75dfe14013f6c6aa68a6d.tar.gz
ZOOKEEPER-4461: Use logback in zookeeper-contrib project
I've only found Ant references in the `-recipes` projects which I don't necesseraly want to migrate, so this patch is focusing on `-contrib` projects. Please review. Author: Andor Molnar <andor@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org> Closes #1807 from anmolnar/ZOOKEEPER-4461
Diffstat (limited to 'zookeeper-client')
-rw-r--r--zookeeper-client/zookeeper-client-c/src/zk_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-client/zookeeper-client-c/src/zk_log.c b/zookeeper-client/zookeeper-client-c/src/zk_log.c
index 436485e97..79ebd61f1 100644
--- a/zookeeper-client/zookeeper-client-c/src/zk_log.c
+++ b/zookeeper-client/zookeeper-client-c/src/zk_log.c
@@ -110,7 +110,7 @@ static const char* time_now(char* now_str){
now = tv.tv_sec;
localtime_r(&now, &lt);
- // clone the format used by log4j ISO8601DateFormat
+ // clone the format used by logback ISO8601DateFormat
// specifically: "yyyy-MM-dd HH:mm:ss,SSS"
len = strftime(now_str, TIME_NOW_BUF_SIZE,