Skip to content

Commit 674726e

Browse files
committed
Fix typo in logs (not -> now)
1 parent 197b28c commit 674726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/github/ustc_zzzz/virtualchest/action/VirtualChestActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public void accept(CommandResult commandResult)
394394
if (record)
395395
{
396396
plugin.getRecordManager().recordExecution(actionUUID, actionOrder, prefix, suffix);
397-
logger.debug("{} is not executed for {}", new JsonPrimitive(command).toString(), actionUUID);
397+
logger.debug("{} is now executed for {}", new JsonPrimitive(command).toString(), actionUUID);
398398
}
399399
CompletableFuture<CommandResult> future = CompletableFuture.completedFuture(commandResult);
400400
for (VirtualChestActionExecutor action : executors.get(prefix))

0 commit comments

Comments
 (0)