Fix: some error in uri.c were still using printf()
[lttng-tools.git] / tests / utils.sh
index 9f2f629b49d6ec92a7b244e8e3a2c348e64ad8a2..24defc7f8d67c7172ef37c73cb4e60f673845623 100644 (file)
@@ -45,7 +45,7 @@ function spawn_sessiond ()
        echo -n "Starting session daemon... "
        validate_kernel_version
        if [ $? -ne 0 ]; then
-               echo -e "\n*** Kernel to old for session daemon tests ***\n"
+               echo -e "\n*** Kernel too old for session daemon tests ***\n"
                return 2
        fi
 
This page took 0.024489 seconds and 4 git commands to generate.