diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index bb2a51beab3874370c6b9855f2600f3c8f3a88f6..ddb22a3244402212e16f75ce27dce00671cb332d 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -255,7 +255,7 @@ if (! defined('NOREQUIREDB'))
 		}
 	}
 
-	//print "Will work with data into entity instance number ".$conf->entity;
+	//print "Will work with data into entity instance number '".$conf->entity."'";
 
 	// Here we read database (llx_const table) and define $conf->global->XXX var.
 	$conf->setValues($db);