diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 7143159a4..d2453480b 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -596,7 +596,7 @@ class ServiceManager(QtWidgets.QWidget, RegistryBase, Ui_ServiceManager, LogMixi os.link(temp_file.name, str(file_path)) Settings().setValue(self.main_window.service_manager_settings_section + '/last directory', file_path.parent) except (PermissionError, OSError) as error: - self.log_exception('Failed to save service to disk: {name}'.format(name=temp_file.name)) + self.log_exception('Failed to save service to disk: {name}'.format(name=file_path)) self.main_window.error_message( translate('OpenLP.ServiceManager', 'Error Saving File'), translate('OpenLP.ServiceManager',