Ver Fonte

Fixed boundary condition

Raymond Edah há 7 anos atrás
pai
commit
7bd4bc1f39

+ 1 - 1
src/main/java/nu/ltd/fp/se/collector/MeminfoCollector.java

@@ -83,7 +83,7 @@ public class MeminfoCollector extends AbstractMetricCollector implements MetricC
         i++;
       }
     } catch (Exception e) {
-      System.out.println("got exception here..");
+      System.out.println("got exception here.." + e.getMessage());
     } finally {
       try { if (reader != null) { reader.close(); } } catch (Exception e) {}
     }