diff --git a/openair-cn/SCRIPTS/utils.bash b/openair-cn/SCRIPTS/utils.bash
index 3534ebe52d61b3852678593f0ba6342a6d76fa31..0d3f8b003d36be9e6eb32e5ab1a7ab8bc866189b 100755
--- a/openair-cn/SCRIPTS/utils.bash
+++ b/openair-cn/SCRIPTS/utils.bash
@@ -219,7 +219,7 @@ test_command_install_lib() {
       echo_warning "$2 seems to be not installed, trying..."
       apt-get install $2 -y
       if [ ! -f $1 ]; then
-          echo_error "$1 unavailable"
+          echo_error "$2 unavailable"
           exit 1
       fi
   fi