diff options
Diffstat (limited to 'CSharp/Ivy/IvyProbe/IvyProbe.cs')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index ea19de4..a357508 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -144,5 +144,10 @@ namespace IvyProbe {
bus.start(busDomain.Domain);
}
+
+ private void bus_ErrorMessage(IvyClient app, int id, string arg)
+ {
+ append(app.ApplicationName + " error message "+ id + " '" + arg + "'");
+ }
}
}
\ No newline at end of file |