Browse Source

Fixed boundary condition

Raymond Edah 7 years ago
parent
commit
7bd4bc1f39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/nu/ltd/fp/se/collector/MeminfoCollector.java

+ 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) {}
     }