From: Damiano Galassi Date: Sun, 1 Jan 2017 10:55:09 +0000 (+0100) Subject: MacGui: write the job preset name to the activity log. X-Git-Tag: 1.1.0~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e6507c64c72294c6478c7fa06ca1f7dad0d17d7;p=handbrake MacGui: write the job preset name to the activity log. --- diff --git a/macosx/HBCore.m b/macosx/HBCore.m index 5ab183b37..0222abeee 100644 --- a/macosx/HBCore.m +++ b/macosx/HBCore.m @@ -481,6 +481,7 @@ static void hb_error_handler(const char *errmsg) self.state = HBStateWorking; [HBUtilities writeToActivityLog:"%s started encoding %s", self.name.UTF8String, job.destURL.lastPathComponent.UTF8String]; + [HBUtilities writeToActivityLog:"%s with preset %s", self.name.UTF8String, job.presetName]; } - (HBCoreResult)workDone