Skip to content

Commit

Permalink
Fix DaemonRegistry.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 27, 2021
1 parent 50ed5ec commit fbd4876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,6 @@ private void writeString(String str) {
}

public String toString() {
return String.format("PersistentDaemonRegistry[file=%s]", registryFile);
return String.format("DaemonRegistry[file=%s]", registryFile);
}
}

0 comments on commit fbd4876

Please sign in to comment.