Merge remote-tracking branch 'origin/bugfix/load-plugins-crash-with-no-plugins' into feature/ecs-1209

This commit is contained in:
Neil Dorin
2020-03-30 10:45:49 -06:00
2 changed files with 10 additions and 5 deletions

View File

@@ -290,6 +290,10 @@ namespace PepperDash.Essentials
SystemUuid);
}
}
else
{
Debug.Console(0, "Authorization failed, code {0}: {1}", r.Code, r.ContentString);
}
}
else
Debug.Console(0, this, "Error {0} in authorizing system", e);