From 71a7c39292eef91d732c0b98e3939032c5ae338b Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 12 Oct 2025 23:27:25 +0300 Subject: Replace my simple logging implementation with log4cl --- src/config.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.lisp') diff --git a/src/config.lisp b/src/config.lisp index 86a0f33..17c5c73 100644 --- a/src/config.lisp +++ b/src/config.lisp @@ -1,7 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/config - (:use :c2cl :ukkoclot/hash-tables :ukkoclot/log) + (:use :c2cl :ukkoclot/hash-tables) (:export :config-load :config-merge :config-p -- cgit v1.2.3