aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-28 15:51:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-28 15:51:07 -0700
commita35683bf169d810e22be75bce3b0971b93180c45 (patch)
tree37029157e3da495d7019f90ffee342c76d2104b0
parent78d8f9dad92966a344ce71e12f1deb33a28f0ec3 (diff)
downloadconsfigurator-a35683bf169d810e22be75bce3b0971b93180c45.tar.gz
tweak reference to system call in error message
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/connection/chroot/fork.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/chroot/fork.lisp b/src/connection/chroot/fork.lisp
index cc9c590..5fe3711 100644
--- a/src/connection/chroot/fork.lisp
+++ b/src/connection/chroot/fork.lisp
@@ -44,7 +44,7 @@
(case child
;; note that SB-POSIX:FORK can only return >=0
(-1
- (error "fork() failed"))
+ (error "fork(2) failed"))
(0
(handler-case
(progn