Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libshpool/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Client {
}),
cmp::Ordering::Greater => Ok(ClientResult::VersionMismatch {
warning: format!(
"client protocol ({:?}) is newer than daemon protocol (version {:?})",
"shpool: client protocol ({:?}) is newer than daemon protocol (version {:?})",
shpool_protocol::VERSION,
daemon_version.version,
),
Expand Down
Loading