aboutsummaryrefslogtreecommitdiff
path: root/src/connection/chroot/shell.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/chroot/shell.lisp')
-rw-r--r--src/connection/chroot/shell.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/chroot/shell.lisp b/src/connection/chroot/shell.lisp
index 66b2845..5ed87fc 100644
--- a/src/connection/chroot/shell.lisp
+++ b/src/connection/chroot/shell.lisp
@@ -20,7 +20,7 @@
(defmethod establish-connection ((type (eql :chroot.shell)) remaining &key into)
(declare (ignore remaining))
- (format t "Shelling into chroot at ~A~%" into)
+ (informat 1 "~&Shelling into chroot at ~A" into)
(make-instance 'shell-chroot-connection :root into))
(defclass shell-chroot-connection (shell-wrap-connection)