Skip to content

Commit

Permalink
Improved load success output
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jun 20, 2024
1 parent 402d23a commit c6f44aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void packagesRefreshed(@NotNull Sdk sdk) {
}

sdkLightbulbData.put(sdk, data);
Notifier.notifyInformation(null, "Lightbulb configuration loaded successfully");
Notifier.notifyInformation(null, "Lightbulb configuration loaded successfully (%s)", sdk.getName());
return false;
}
return true;
Expand Down

0 comments on commit c6f44aa

Please sign in to comment.