From e79bcd3b8d6a116f38b97825874abf0b7167faf7 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Sun, 22 Nov 2015 19:45:30 -0800 Subject: mfeuer-new_scripts: Merged and modified release-0.4.0-yocto_makefile --- components/authorize/src/authorize_keys.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') 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. -- cgit v1.2.1