We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051ca43 commit 0184bddCopy full SHA for 0184bdd
src/com/atomjack/vcfpht/model/PlexClient.java
@@ -29,7 +29,7 @@ public float getNumericVersion() {
29
return Float.parseFloat(v);
30
} catch (Exception ex) {
31
ex.printStackTrace();
32
- Logger.d("Exception getting version: %f", version);
+ Logger.d("Exception getting version: %s", version);
33
return 0;
34
}
35
0 commit comments