Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 1123d458 authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

refact(setup) unident logged messages (simpler)

parent 6a760e57
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,11 @@ function _mute {
}
function _log {
printf "%28s: " "${FUNCNAME[1]}"
echo -n "${FUNCNAME[1]}: "
echo "${@}"
}
function _log2 {
echo -n "${FUNCNAME[2]}: "
echo "${@}"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment