Changeset 97


Ignore:
Timestamp:
Oct 1, 2007, 11:12:13 AM (18 years ago)
Author:
Paul Smedley
Message:

Remove debug printf's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/lib/pidfile.c

    r96 r97  
    124124        }
    125125
    126                 DEBUG(0,("PS1\n"));
    127126        pid = pidfile_pid(name);
    128                 DEBUG(0,("PS2\n"));
    129127        if (pid != 0) {
    130128                DEBUG(0,("ERROR: %s is already running. File %s exists and process id %d is running.\n",
Note: See TracChangeset for help on using the changeset viewer.