diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-21 17:25:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-21 17:25:16 +0200 |
| commit | dfd42d2a546d14c32057a34002543877ea2f99cb (patch) | |
| tree | ccaf3c3edd37c9022bd39f8e263b7f025d550011 /src/lib/util.cc | |
| parent | 48b82de5b6e8e07330a2f72dbddd8d9830fe047e (diff) | |
| parent | 74d4cd23df7460cf1d0e91fd7a37fa3333741887 (diff) | |
Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 234c22246..bbb444367 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -967,7 +967,7 @@ show_jobs_on_console (bool progress) bool error = false; while (true) { - dcpomatic_sleep (5); + dcpomatic_sleep_seconds (5); list<shared_ptr<Job> > jobs = JobManager::instance()->get(); |
