s3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc log
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Jun 2021 06:58:09 +0000 (08:58 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 8 Jun 2021 14:13:28 +0000 (14:13 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/cmdline/cmdline.c

index 9c0a88bd45281bff0c981121d51b386b39f0ffdd..21f64de64900bef897751b09d25671bbf33ccb0f 100644 (file)
@@ -47,7 +47,7 @@ TALLOC_CTX *samba_cmdline_get_talloc_ctx(void)
 
 static void _samba_cmdline_talloc_log(const char *message)
 {
-       DBG_ERR("%s", message);
+       D_ERR("%s", message);
 }
 
 bool samba_cmdline_init_common(TALLOC_CTX *mem_ctx)