aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-10-18 22:03:36 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-10-18 22:03:36 +0000
commit0634308df224aee0a0a5ce66f52910787221f378 (patch)
treec0418b809b0d64c602d6b55970948aac88ac8df1 /sys/net
parentf8bc74e2f4a5178ba3d0f360c1433a005e1a92cd (diff)
downloadsrc-0634308df224aee0a0a5ce66f52910787221f378.tar.gz
src-0634308df224aee0a0a5ce66f52910787221f378.zip
Fix debugnet(4) link/build fallout on some configurations
Introduced in r353685 (sys/conf/files), r353694 (debugnet.c db_printf). Submitted by: kevans Reported by: cy X-MFC-With: r353685, r353694
Notes
Notes: svn path=/head/; revision=353742
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/debugnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c
index 160fd1ebaeca..05e066102b9a 100644
--- a/sys/net/debugnet.c
+++ b/sys/net/debugnet.c
@@ -659,7 +659,7 @@ debugnet_connect(const struct debugnet_conn_params *dcp,
CURVNET_RESTORE();
if (dest_rt == NULL) {
- db_printf("%s: Could not get route for that server.\n",
+ printf("%s: Could not get route for that server.\n",
__func__);
error = ENOENT;
goto cleanup;