A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rkalla/imgscalr/issues/60 below:

Cannot enable debug mode · Issue #60 · rkalla/imgscalr · GitHub

When I enable debug mode by setting the necessary system property, Scalr bails out due to a NullPointerException.

This is caused by line 148 in Scalr.java:

static {
    log(0, null, "Debug output ENABLED");
}

Since the second param (message) is null, the call to System.out.printf(message, params) throws an exception.
It looks like that line should read

log(0, "Debug output ENABLED");

anyway...


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4