mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add source id to error message
This commit is contained in:
@@ -49,7 +49,7 @@ namespace WoD
|
|||||||
int id = 0;
|
int id = 0;
|
||||||
if (_sources != "" && Int32.TryParse(_sources, out id) && id <= 14)
|
if (_sources != "" && Int32.TryParse(_sources, out id) && id <= 14)
|
||||||
{
|
{
|
||||||
_logger.Log("This source is import-only so a DAT cannot be created. We apologize for the inconvenience.");
|
_logger.Log("This source (" + id + ") is import-only so a DAT cannot be created. We apologize for the inconvenience.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user