Skip to content

Commit

Permalink
Phrase the log message less harshly
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jul 6, 2024
1 parent 253089e commit 5ef94b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Messaging(DBusConnection connection, List<Class<? extends DBusSignal>> si
this.sh.connect(connection, signals);
}
if (null == serviceName || null == objectPath) {
LOG.error("Severe error: Kwallet daemon not initialized properly");
LOG.error("Kwallet daemon not initialized properly");
}
this.serviceName = serviceName;
this.objectPath = objectPath;
Expand Down

0 comments on commit 5ef94b1

Please sign in to comment.