]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/btimers.c
Restore JobIds in right order + Tru64 porting
[bacula/bacula] / bacula / src / lib / btimers.c
index d3de55373ee4bbbbd2d882c4a1d2200f66176c18..d9acb56996476b3deccf35e1ac3532bfa7f6c226 100644 (file)
@@ -127,6 +127,7 @@ btimer_t *start_thread_timer(pthread_t tid, uint32_t wait)
    btimer_t *wid;
    wid = btimer_start_common(wait);
    if (wid == NULL) {
+      Dmsg1(200, "start_thread_timer return NULL from common. wait=%d.\n", wait);
       return NULL;
    }
    wid->type = TYPE_PTHREAD;