Skip to content

Commit

Permalink
Update log.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Mar 24, 2024
1 parent 51f9ec4 commit 8447150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/worker/src/log/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl Log for GrpcLog {
}
Err(e) => {
// TODO: switch to logging when logging is implemented
println!("Failed to pull: logs: {}", e);
println!("Failed to pull logs: {}", e);
Err(PullLogsError::FailedToPullLogs(e))
}
}
Expand Down

0 comments on commit 8447150

Please sign in to comment.