summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-07-31 22:39:15 +0000
committerChristopher R. Hertel <crh@samba.org>1998-07-31 22:39:15 +0000
commit60286ccecaa6028d687e6406755016455e3b3a26 (patch)
treeb3dde9d1f6ecf619d20e64e4a27921452c02e1fb /source/client
parent2c6dc2779647bbc0c27a102632882e617ef7643e (diff)
downloadsamba-60286ccecaa6028d687e6406755016455e3b3a26.tar.gz
samba-60286ccecaa6028d687e6406755016455e3b3a26.tar.xz
samba-60286ccecaa6028d687e6406755016455e3b3a26.zip
As per a Andrew's message, I went through and removed the timestring()
timestamps from several DEBUG messages. The timestamps are redundant now that DEBUG() provides them automatically. There are still a few more files to do, but I've got to get home for dinner. Chris -)-----
Diffstat (limited to 'source/client')
-rw-r--r--source/client/client.c2
-rw-r--r--source/client/smbmount.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index b72a6207307..ea1555beb42 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -3733,7 +3733,7 @@ static void usage(char *pname)
}
- DEBUG(3,("%s client started (version %s)\n",timestring(),VERSION));
+ DEBUG( 3, ( "Client started (version %s).\n", VERSION ) );
if (tar_type) {
recurse=True;
diff --git a/source/client/smbmount.c b/source/client/smbmount.c
index 2424513d687..2fc38def9d2 100644
--- a/source/client/smbmount.c
+++ b/source/client/smbmount.c
@@ -803,7 +803,7 @@ static void usage(char *pname)
}
- DEBUG(3,("%s client started (version %s)\n",timestring(),VERSION));
+ DEBUG( 3, ( "Client started (version %s)\n", VERSION ) );
if(!get_myname(myhostname,NULL))
{