diff options
author | fcolin | 2007-02-01 09:46:29 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:46:29 +0000 |
commit | 53927b4b06d6a4225db0606f0b17306538f575d3 (patch) | |
tree | c6ecf3b6b18dc33db1ed59914a7b3ec59c6367aa /CSharp/Ivy | |
parent | 49270e1d64107e8478b8246b5d45e5d4bed759a7 (diff) | |
download | ivy-csharp-53927b4b06d6a4225db0606f0b17306538f575d3.zip ivy-csharp-53927b4b06d6a4225db0606f0b17306538f575d3.tar.gz ivy-csharp-53927b4b06d6a4225db0606f0b17306538f575d3.tar.bz2 ivy-csharp-53927b4b06d6a4225db0606f0b17306538f575d3.tar.xz |
Utilisateur : Fcolin Date : 16/01/04 Heure : 16:31 Archivé dans $/EScribe/Ivy Commentaire: (vss 17)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/Ivy/IvyClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index f3528dc..a21a5b7 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/IvyClient.cs @@ -530,7 +530,7 @@ namespace IvyBus }
else
{
- throw new IvyException("regexp Warning exp='" + regexp + "' can't match removing from " + appName);
+ traceDebug("regexp Warning exp='" + regexp + "' can't match removing from " + appName);
}
break;
|