OSDN Git Service

add config
[ultramonkey-l7/ultramonkey-l7-v3.git] / test / script / common / logger.sh
index 9819393..76630ba 100755 (executable)
@@ -9,6 +9,7 @@ function LOG_ {
 }
 function LOG_FATAL {
         LOG_ FATAL "$1" "umtest stoped."
+       echo "$1 umtest stoped."
 }
 function LOG_ERR {
         LOG_ ERROR "$1"