diff --git a/DATabase/Core/Generate.cs b/DATabase/Core/Generate.cs index 0cd15a10..59ab7df9 100644 --- a/DATabase/Core/Generate.cs +++ b/DATabase/Core/Generate.cs @@ -49,7 +49,7 @@ namespace WoD int id = 0; 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; }