diff --git a/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java b/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java index 5773381a1..1220a4039 100644 --- a/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java +++ b/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java @@ -286,7 +286,7 @@ public class GATKRunReport { postReport(file); logger.info("Wrote report to " + file); } else { - logger.info("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist"); + logger.debug("Not writing report: sentinel " + REPORT_SENTINEL + " doesn't exist"); } } catch ( Exception e ) { // we catch everything, and no matter what eat the error