From 6d1d648af437deaab29976c32a77c6cb7a2e5e30 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 16 Mar 2023 15:55:34 +0100 Subject: fix: epic printf fail --- src/main/java/ftbsc/lll/exceptions/TargetNotFoundException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ftbsc/lll/exceptions/TargetNotFoundException.java b/src/main/java/ftbsc/lll/exceptions/TargetNotFoundException.java index 1b63ea5..c82e0fc 100644 --- a/src/main/java/ftbsc/lll/exceptions/TargetNotFoundException.java +++ b/src/main/java/ftbsc/lll/exceptions/TargetNotFoundException.java @@ -10,6 +10,6 @@ public class TargetNotFoundException extends RuntimeException { * @param stub the stub's name (and descriptor possibly) */ public TargetNotFoundException(String stub) { - super(String.format("Could not find member corresponding to stub: %s.")); + super(String.format("Could not find member corresponding to stub: %s.", stub)); } } -- cgit v1.2.3-56-ga3b1