From: Michael Adam Date: Tue, 17 Jun 2008 21:56:42 +0000 (+0200) Subject: net sam: fix typo in debug message. X-Git-Tag: samba-3.3.0pre1~861 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e;p=thirdparty%2Fsamba.git net sam: fix typo in debug message. Michael --- 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; }