Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Remove extraneous '\n' from debug message.
details: https://anonhg.NetBSD.org/src/rev/cf2927a9ebda
branches: trunk
changeset: 379603:cf2927a9ebda
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Jun 11 23:41:47 2021 +0000
description:
Remove extraneous '\n' from debug message.
diffstat:
sys/kern/kern_module.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d468dd81c27 -r cf2927a9ebda sys/kern/kern_module.c
--- a/sys/kern/kern_module.c Fri Jun 11 18:47:56 2021 +0000
+++ b/sys/kern/kern_module.c Fri Jun 11 23:41:47 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_module.c,v 1.151 2020/06/11 19:20:46 ad Exp $ */
+/* $NetBSD: kern_module.c,v 1.152 2021/06/11 23:41:47 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.151 2020/06/11 19:20:46 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_module.c,v 1.152 2021/06/11 23:41:47 pgoyette Exp $");
#define _MODULE_INTERNAL
@@ -717,7 +717,7 @@ module_autoload(const char *filename, mo
error = module_do_load(filename, false, 0, NULL, NULL, modclass,
true);
- module_print("Autoload for `%s' requested by pid %d (%s), status %d\n",
+ module_print("Autoload for `%s' requested by pid %d (%s), status %d",
filename, p->p_pid, p->p_comm, error);
kernconfig_unlock();
return error;
Home |
Main Index |
Thread Index |
Old Index