summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-03 12:29:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-03 12:29:22 +0000
commitc1120e91402102a423fad9d47a82b565b5a402e5 (patch)
treedd9d25b674a0d233264dd35a5a86f169f8a5819f /ACE/bin/fuzz.pl
parent589bcce83f81463c503c5772e8f88d0d44e3937a (diff)
downloadATCD-c1120e91402102a423fad9d47a82b565b5a402e5.tar.gz
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 2de039e2a57..e35c61edcf2 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -1599,7 +1599,7 @@ sub check_for_bad_ace_trace()
# Look for TRACE statements
if (m/ACE_OS_TRACE\s*\(\s*\"(.*)\"/
- || m/ACE_TRACE\s*\(\s*\"(.*)\"/)
+ || m/ACE_TRACE\s*\(\s*\"(.*)\"/
|| m/CIAO_TRACE\s*\(\s*\"(.*)\"/) {
my $trace = $1;