]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua_output.c
Rename updatedb scripts for uniformity. Adeed code to 6_to7 scripts to check db.
[bacula/bacula] / bacula / src / dird / ua_output.c
index d20a42fdc4778bdaa729e17845b52e25d5d9a2fa..55d81ebb9ce71788e67e59366cad9260cc34e58f 100644 (file)
@@ -441,8 +441,6 @@ RUN *find_next_run(RUN *run, JOB *job, time_t &runtime)
    int woy, twoy;
    int tod, tom;
 
-   Dmsg0(200, "enter find_runs()\n");
-
    sched = job->schedule;
    if (sched == NULL) {           /* scheduled? */
       return NULL;                /* no nothing to report */
@@ -517,7 +515,7 @@ RUN *find_next_run(RUN *run, JOB *job, time_t &runtime)
         tm.tm_min = run->minute;
         tm.tm_sec = 0;
         runtime = mktime(&tm);
-         Dmsg2(200, "truntime=%d now=%d\n", runtime, now);
+//       Dmsg2(200, "truntime=%d now=%d\n", runtime, now);
         if (runtime < tomorrow) {
            return run;               /* found it, return run resource */
         }