Skip to content

Commit 0184bdd

Browse files
author
Chris Bellew
committed
Small fix.
1 parent 051ca43 commit 0184bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/atomjack/vcfpht/model/PlexClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public float getNumericVersion() {
2929
return Float.parseFloat(v);
3030
} catch (Exception ex) {
3131
ex.printStackTrace();
32-
Logger.d("Exception getting version: %f", version);
32+
Logger.d("Exception getting version: %s", version);
3333
return 0;
3434
}
3535
}

0 commit comments

Comments
 (0)