From 996f984d61d412e9371cb503963de6a1f48e31d4 Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 23 May 2007 11:19:25 +0200 Subject: backup --- action_efi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'action_efi.cpp') diff --git a/action_efi.cpp b/action_efi.cpp index ce0253f..5b679cb 100644 --- a/action_efi.cpp +++ b/action_efi.cpp @@ -72,7 +72,7 @@ void EndpointAppPBX::efi_message_eof(void) struct message *message; struct port_list *portlist = ea_endpoint->ep_portlist; - PDEBUG(DEBUG_EPOINT, "EPOINT(%d) terminal %s end of file during state: %d\n", ea_endpoint->ep_serial, e_terminal, e_vbox_state); + PDEBUG(DEBUG_EPOINT, "EPOINT(%d) terminal %s end of file during state: %d\n", ea_endpoint->ep_serial, e_ext.number, e_vbox_state); switch(e_efi_state) { @@ -130,7 +130,7 @@ void EndpointAppPBX::efi_message_eof(void) break; default: - PERROR("efi_message_eof(ep%d): terminal %s unknown state: %d\n", ea_endpoint->ep_serial, e_terminal, e_vbox_state); + PERROR("efi_message_eof(ep%d): terminal %s unknown state: %d\n", ea_endpoint->ep_serial, e_ext.number, e_vbox_state); } } @@ -156,6 +156,6 @@ void EndpointAppPBX::set_tone_efi(char *tone) SCPY(message->param.tone.name, tone); message_put(message); - PDEBUG(DEBUG_EPOINT, "EPOINT(%d) terminal %s set tone '%s'\n", ea_endpoint->ep_serial, e_terminal, tone); + PDEBUG(DEBUG_EPOINT, "EPOINT(%d) terminal %s set tone '%s'\n", ea_endpoint->ep_serial, e_ext.number, tone); } -- cgit v1.2.3-55-g7522