Skip to content

Commit

Permalink
Fix paste presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
1beb committed Mar 17, 2020
1 parent 179d4c1 commit ebc8c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_log_output.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build.log.output <- function(log.results,
paste0("[", log.results$severity[i], "] "),
log.results$msg.text[i],
if (!is.na(log.results$pid[i]))
" ", log.results$pid[i], # No condition required, won't show if NULL
paste0(" ", log.results$pid[i]), # No condition required, won't show if NULL
"\n\n",
if (nchar(log.results$dump.file.name[i]) > 0)
paste0("Created dump file: ", log.results$dump.file.name[i], "\n\n"),
Expand Down

0 comments on commit ebc8c86

Please sign in to comment.