r10590: merging lost fix from the release branch
authorGerald Carter <jerry@samba.org>
Wed, 28 Sep 2005 21:26:04 +0000 (21:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:47 +0000 (11:04 -0500)
source/client/smbspool.c

index 1a3ac06c7809068748ec9dbde207de80c1c0b66b..d13ae39416f45994677ee1e0247d72ff04c5726a 100644 (file)
@@ -335,8 +335,10 @@ char * get_ticket_cache( uid_t uid )
 
   if ( ticket_file == NULL )
   {
+#ifdef DEVELOPER
     /* no ticket cache found */
     fprintf(stderr, "ERROR: No ticket cache found for userid=%d\n", uid);
+#endif
     return NULL;
   }