From bd97bc53900909b5e7317111cdd453f84f881199 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Nov 2005 16:37:31 +0000 Subject: [PATCH] Ajotu debug --- htdocs/telephonie/script/commande_presel_statut_view.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); }