summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 00:59:59 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 00:59:59 +0200
commitf0a2a52ddd1118236d4ce5640339c24bae88aa12 (patch)
tree7742a6f25739c0d9e2d7fa25413a481fe3e076c3 /src/lib/util.cc
parent749c7b0098feb893c2a11012eb889fda0043666d (diff)
Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index cd2d5a368..fd7a95684 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();