summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/authorize/src/authorize_keys.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/authorize/src/authorize_keys.erl b/components/authorize/src/authorize_keys.erl
index 1d205b6..70bb021 100644
--- a/components/authorize/src/authorize_keys.erl
+++ b/components/authorize/src/authorize_keys.erl
@@ -378,7 +378,7 @@ get_openssl_pub_key(File) ->
publicExponent = E}
end;
Error ->
- ?warning("Cannot read pub key ~p (~p)~n", [File, Error]),
+ ?warning("Cannot read pub key ~p (~p). CWD: ~p~n", [File, Error, file:get_cwd()]),
undefined
end.