This commit is contained in:
Heath Volmer
2018-03-13 18:34:05 -06:00
parent ee55be86e0
commit 97a44ffa4f
4 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace PepperDash.Essentials.Core
var result = Port.Register();
if (result != eDeviceRegistrationUnRegistrationResponse.Success)
{
Debug.Console(0, this, "WARNING: Cannot register Com port: {0}", result);
Debug.Console(0, this, "ERROR: Cannot register Com port: {0}", result);
return; // false
}
}