mirror of
https://github.com/versity/versitygw.git
synced 2026-08-15 19:56:15 +00:00
test: fix
This commit is contained in:
@@ -39,17 +39,6 @@ log() {
|
||||
return 0
|
||||
}
|
||||
|
||||
log_with_stack_ref() {
|
||||
if ! check_log_params "log_with_stack_ref" "level, message, stack reference" 3 $#; then
|
||||
return 1
|
||||
fi
|
||||
if ! log_with_stack_ref "$1" "$2" 2; then
|
||||
echo "error logging with stack ref"
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
log_with_stack_ref() {
|
||||
if [[ $# -ne 3 ]]; then
|
||||
echo "log_with_stack_ref function requires level, message, stack reference"
|
||||
|
||||
Reference in New Issue
Block a user