r36: s/cp_db_get_wrap/cp_db_get/g
[carnet-tools-cn.git] / functions.sh
index bf92729..70c914c 100644 (file)
@@ -302,7 +302,7 @@ cp_db_get() {
   # check to prevent user from using this before activating debconf
   # confmodule needs to be loaded before accessing db_* functions
   if [ -z "$DEBCONF_REDIR" ]; then
-    echo "cp_db_get_wrap: debconf not activated!" >&2
+    echo "cp_db_get: debconf not activated!" >&2
     return 1
   fi