Skip to content

Commit

Permalink
'Mb' already included in format string
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Feb 29, 2020
1 parent 79b77de commit a080a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/qsys.r
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ QSys = R6::R6Class("QSys",
private$size_common = object.size(args)
common_mb = format(private$size_common, units="Mb")
if (common_mb > getOption("clustermq.data.warning", 1000))
warning("Common data is ", common_mb, " Mb. Recommended limit ",
warning("Common data is ", common_mb, ". Recommended limit ",
"is ", getOption("clustermq.data.warning"),
" (set by clustermq.data.warning option)", immediate.=TRUE)
private$n_common = length(args$const) + length(args$export)
Expand Down

0 comments on commit a080a61

Please sign in to comment.