diff options
Diffstat (limited to 'src/util.lisp')
-rw-r--r-- | src/util.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.lisp b/src/util.lisp index c6e446c..90816a5 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -1,5 +1,7 @@ ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +(in-package :bgp-logger) + (defparameter *debug* nil) (defun next-xml-blurb (reader tag) |