Skip to content

Commit a080a61

Browse files
committed
'Mb' already included in format string
1 parent 79b77de commit a080a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/qsys.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ QSys = R6::R6Class("QSys",
7373
private$size_common = object.size(args)
7474
common_mb = format(private$size_common, units="Mb")
7575
if (common_mb > getOption("clustermq.data.warning", 1000))
76-
warning("Common data is ", common_mb, " Mb. Recommended limit ",
76+
warning("Common data is ", common_mb, ". Recommended limit ",
7777
"is ", getOption("clustermq.data.warning"),
7878
" (set by clustermq.data.warning option)", immediate.=TRUE)
7979
private$n_common = length(args$const) + length(args$export)

0 commit comments

Comments
 (0)