From 24637bd47498fe00f99df499bd259da412197f93 Mon Sep 17 00:00:00 2001 From: berge Date: Thu, 1 Jul 2010 13:28:04 +0000 Subject: [PATCH] Fixed typo --- ttcn/DENM/LibItsDenm_Functions.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn/DENM/LibItsDenm_Functions.ttcn b/ttcn/DENM/LibItsDenm_Functions.ttcn index b1d02912..d9c55563 100644 --- a/ttcn/DENM/LibItsDenm_Functions.ttcn +++ b/ttcn/DENM/LibItsDenm_Functions.ttcn @@ -37,7 +37,7 @@ module LibItsDenm_Functions { } [] tc_guard.timeout { - log("*** f_cfCamDown: ERROR: Timeout while waiting for component ***"); + log("*** f_cfDenmDown: ERROR: Timeout while waiting for component ***"); setverdict(inconc); } } -- GitLab