minor change to SourcesTable.cs

This commit is contained in:
James Tombleson 2023-06-25 20:59:53 -07:00
parent 0797fb8502
commit c2b0f47d1c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class SourcesTable : ISourcesRepository
}
catch (Exception ex)
{
Console.WriteLine($"Failed to save ");
Console.WriteLine($"Failed to save source to db. {model.ToString()} {ex.Message} ");
}
return model;