minor change to SourcesTable.cs
This commit is contained in:
parent
0797fb8502
commit
c2b0f47d1c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user