mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +01:00
minor update to logging statement
Former-commit-id: 0f197a42a7bdf4eebefed860d5d03b5dd2634a1d
This commit is contained in:
@@ -245,11 +245,8 @@ public class StandardUpdate {
|
|||||||
}
|
}
|
||||||
} catch (NumberFormatException ex) {
|
} catch (NumberFormatException ex) {
|
||||||
final String msg = "An invalid schema version or timestamp exists in the data.properties file.";
|
final String msg = "An invalid schema version or timestamp exists in the data.properties file.";
|
||||||
Logger
|
Logger.getLogger(StandardUpdate.class.getName()).log(Level.WARNING, msg);
|
||||||
.getLogger(StandardUpdate.class
|
Logger.getLogger(StandardUpdate.class.getName()).log(Level.FINE, "", ex);
|
||||||
.getName()).log(Level.WARNING, msg);
|
|
||||||
Logger.getLogger(StandardUpdate.class
|
|
||||||
.getName()).log(Level.FINE, null, ex);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return updates;
|
return updates;
|
||||||
|
|||||||
Reference in New Issue
Block a user