summaryrefslogtreecommitdiffstats
path: root/action_efi.cpp
diff options
context:
space:
mode:
authorSuper User2007-05-23 11:19:25 +0200
committerSuper User2007-05-23 11:19:25 +0200
commit996f984d61d412e9371cb503963de6a1f48e31d4 (patch)
tree4b6d98d90e4e15f7ab088961c33721174fbd8cc5 /action_efi.cpp
parentbackup (diff)
downloadlcr-996f984d61d412e9371cb503963de6a1f48e31d4.tar.gz
lcr-996f984d61d412e9371cb503963de6a1f48e31d4.tar.xz
lcr-996f984d61d412e9371cb503963de6a1f48e31d4.zip
backup
Diffstat (limited to 'action_efi.cpp')
-rw-r--r--action_efi.cpp6
1 files changed, 3 insertions, 3 deletions
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);
}