From a369f0ecaf35fb49652873c4c1ddcaf28629c26e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Jul 2005 12:11:52 +0000 Subject: r8678: setup for gdb backtrace in 'make test' (This used to be commit acf8c8fd4995acef47390df5a7d4e611c597367d) --- source4/client/smbspool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/client/smbspool.c') diff --git a/source4/client/smbspool.c b/source4/client/smbspool.c index 21dc5c0e10..cb95c0d5a3 100644 --- a/source4/client/smbspool.c +++ b/source4/client/smbspool.c @@ -175,7 +175,7 @@ static int smb_print(struct smbcli_state *, char *, FILE *); * Setup the SAMBA server state... */ - setup_logging("smbspool", DEBUG_STDOUT); + setup_logging(argv[0], DEBUG_STDOUT); if (!lp_load()) { fprintf(stderr, "ERROR: Can't load %s - run testparm to debug it\n", lp_config_file()); -- cgit