diff options
author | fcolin | 2007-02-01 09:56:55 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:56:55 +0000 |
commit | c92d0acb53a7dbdb196e1eae8f73fc76e9885229 (patch) | |
tree | bfe5127912b73c2c1da544267e7f13eab5d92ee6 /CSharp/Ivy/IvyPPC | |
parent | c5bc3779ba4358726cf2ae0ebecf267b3f850f3a (diff) | |
download | ivy-csharp-c92d0acb53a7dbdb196e1eae8f73fc76e9885229.zip ivy-csharp-c92d0acb53a7dbdb196e1eae8f73fc76e9885229.tar.gz ivy-csharp-c92d0acb53a7dbdb196e1eae8f73fc76e9885229.tar.bz2 ivy-csharp-c92d0acb53a7dbdb196e1eae8f73fc76e9885229.tar.xz |
Utilisateur : Fcolin Date : 12/01/06 Heure : 12:53 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 6)
Diffstat (limited to 'CSharp/Ivy/IvyPPC')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyBinding.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyBinding.cs b/CSharp/Ivy/IvyPPC/IvyBinding.cs index 0c005d8..92cea2f 100644 --- a/CSharp/Ivy/IvyPPC/IvyBinding.cs +++ b/CSharp/Ivy/IvyPPC/IvyBinding.cs @@ -76,7 +76,7 @@ namespace IvyBus args_values[arg[0]] = arg[1];
else
{
- Console.Out.WriteLine("abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message);
+ Console.Error.WriteLine("abnormally Formed message expected 'msg champ=valeur champ=valeur....' :" + message);
}
}
|