diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index e4d9022..e2fd764 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -347,6 +347,8 @@ namespace SpineViewerCLI { exporter.Export(output, spine); } + + _logger.Info($"{spine.SkelPath} export completed"); } private BaseExporter GetExporterFilledWithArgs(ParseResult result, SpineObject spine)