mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
#685 - Requested Fixes per AWelker
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user