diff --git a/htdocs/telephonie/script/commande_presel_statut_view.php b/htdocs/telephonie/script/commande_presel_statut_view.php index c6be19e8186..1c6622d7712 100644 --- a/htdocs/telephonie/script/commande_presel_statut_view.php +++ b/htdocs/telephonie/script/commande_presel_statut_view.php @@ -130,7 +130,9 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids) } else { - print "Impossible d'ecrire sur la socket"; + print "Impossible d'ecrire sur la socket\n"; + print "Host : $host\n"; + print "URL : $url\n"; } fclose($fp); }