Add uid/euid to macOS debug message.
[dcpomatic.git] / src / lib / send_kdm_email_job.cc
index a0d65508d9e131071b31acb1edbad01b59f51920..150163546c3d6afc84b7bfed6c6a0b07bc9fe94a 100644 (file)
@@ -104,7 +104,7 @@ void
 SendKDMEmailJob::run ()
 {
        set_progress_unknown ();
-       email (_kdms, _container_name_format, _filename_format, _cpl_name);
+       send_emails (_kdms, _container_name_format, _filename_format, _cpl_name);
        set_progress (1);
        set_state (FINISHED_OK);
 }