From 6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 17 Jun 2008 23:56:42 +0200 Subject: [PATCH] net sam: fix typo in debug message. Michael --- source/utils/net_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/net_sam.c b/source/utils/net_sam.c index 2183ed5efce..fe2f5f6b8b5 100644 --- a/source/utils/net_sam.c +++ b/source/utils/net_sam.c @@ -1013,7 +1013,7 @@ static int net_sam_createbuiltingroup(struct net_context *c, int argc, const cha } if (!winbind_ping()) { - d_fprintf(stderr, "winbind seems not to run. createlocalgroup " + d_fprintf(stderr, "winbind seems not to run. createbuiltingroup " "only works when winbind runs.\n"); return -1; } -- 2.47.3