Skip to content

Commit

Permalink
minor readme and log
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jun 30, 2020
1 parent c2963ad commit 0198c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/worker.r
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ worker = function(master, timeout=getOption("clustermq.worker.timeout", 600),
msg = zmq$receive()
if (is.null(msg$id)) {
# more information if #146, #179, #191 happen again
message("msg: ", msg)
message("msg: ", paste(names(msg), collapse=", "))
next
}
delta = proc.time() - tic
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ limited to:
[User guide](https://mschubert.github.io/clustermq/articles/userguide.html).
* Bug reports: Let us know if something does not work as expected. Be sure to
include a self-contained [Minimal Reproducible
Example](https://stackoverflow.com/help/minimal-reproducible-example) that
illustrates the behavior.
Example](https://stackoverflow.com/help/minimal-reproducible-example) and set
`log_worker=TRUE`.
* Code contributions: Have a look at the [`good first
issue`](https://github.com/mschubert/clustermq/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
tag. Please discuss anything more complicated before putting a lot of work
Expand Down

0 comments on commit 0198c08

Please sign in to comment.