print failed query

This commit is contained in:
Doug MacEachern 2006-05-04 16:59:58 +00:00
parent 9639baa7cb
commit 8d708c614c
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public class TestInvoker extends SigarTestCase {
} catch (SigarNotImplementedException e) {
traceln(query[0] + " NotImplemented");
} catch (SigarException e) {
traceln(query[0] + ":" + query[1] + "=" + e.getMessage());
assertTrue(false);
}
}