]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 617
authorAidan Van Dyk <aidan@ifax.com>
Fri, 21 Jan 2005 19:05:11 +0000 (19:05 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Fri, 21 Jan 2005 19:05:11 +0000 (19:05 +0000)
4.2.1: system log spamming by hfaxd/Jobs.c++: Removing: <jobid>

Remove extra debug logging.

hfaxd/Jobs.c++

index c75e1d7707a84b237d6690f4e77ddfeb2a44013e..f2d9f9b39c8ba0b30b7222be2580230fad2012df 100644 (file)
@@ -1109,7 +1109,6 @@ HylaFAXServer::findJob(const char* jobid, fxStr& emsg)
        {
            JobDictIter iter(jobs);
            job = iter.value();
-           logError("Removing: %s", (const char*)job->jobid);
            jobs.remove(job->jobid);
            delete job;
        }