summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 19:45:30 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 19:45:30 -0800
commite79bcd3b8d6a116f38b97825874abf0b7167faf7 (patch)
tree18301f0d411b02057ed89a6775f5e0aa8e73b691 /components
parent7932e5903de9ddcb389e585b63e63a831ad1fd35 (diff)
downloadrvi_core-e79bcd3b8d6a116f38b97825874abf0b7167faf7.tar.gz
mfeuer-new_scripts: Merged and modified release-0.4.0-yocto_makefile
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.