This commit is contained in:
@@ -71,7 +71,7 @@ namespace AyaNova.Util
|
||||
//Only allow this in a trial database
|
||||
if (!AyaNova.Core.License.ActiveKey.TrialLicense)
|
||||
{
|
||||
var msg = "This database has a registered license key so it can't be seeded";
|
||||
var msg = $"This database has a registered license key so it can't be seeded: {AyaNova.Core.License.LicenseInfoLogFormat}";
|
||||
await LogStatusAsync(JobId, LogJob, log, msg);
|
||||
throw new System.NotSupportedException(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user