diff options
Diffstat (limited to 'source3/client/smbmount.c')
-rw-r--r-- | source3/client/smbmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 2424513d68..2fc38def9d 100644 --- a/source3/client/smbmount.c +++ b/source3/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)) { |