mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
#685 - Requested Fixes per AWelker
This commit is contained in:
parent
2787c7fc52
commit
8643ed2caf
1 changed files with 2 additions and 2 deletions
|
|
@ -66,9 +66,9 @@ namespace PepperDash.Essentials.Core
|
||||||
Debug.Console(2, this, "Secret Successfully retrieved for {0}:{1}", Key, key);
|
Debug.Console(2, this, "Secret Successfully retrieved for {0}:{1}", Key, key);
|
||||||
return new CrestronSecret(key, mySecret, this);
|
return new CrestronSecret(key, mySecret, this);
|
||||||
default:
|
default:
|
||||||
Debug.Console(2, this, Debug.ErrorLogLevel.Notice, "Unable to retrieve secret for {0}:{1} - {2}",
|
Debug.Console(0, this, Debug.ErrorLogLevel.Notice, "Unable to retrieve secret for {0}:{1} - {2}",
|
||||||
Key, key, getErrorCode.ToString());
|
Key, key, getErrorCode.ToString());
|
||||||
return null;
|
return new CrestronSecret(key, String.Empty, this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue