]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: less confusing debug message; bz#3365
authordjm@openbsd.org <djm@openbsd.org>
Thu, 18 Nov 2021 21:32:11 +0000 (21:32 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 18 Nov 2021 21:33:19 +0000 (08:33 +1100)
OpenBSD-Commit-ID: 836268d3642c2cdc84d39b98d65837f5241e4a50

clientloop.c

index da14d150791db57e18e9f48e71fa8081f9a52c5a..147dfd21efc853bae32a382032056f4278706477 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: clientloop.c,v 1.370 2021/08/29 23:44:07 djm Exp $ */
+/* $OpenBSD: clientloop.c,v 1.371 2021/11/18 21:32:11 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1231,7 +1231,7 @@ client_loop(struct ssh *ssh, int have_pty, int escape_char_arg,
                        fatal_f("pledge(): %s", strerror(errno));
 
        } else if (options.update_hostkeys) {
-               debug("pledge: filesystem full");
+               debug("pledge: fileystem");
                if (pledge("stdio rpath wpath cpath unix inet dns proc tty",
                    NULL) == -1)
                        fatal_f("pledge(): %s", strerror(errno));