Skip to content

Commit 6d1d0a4

Browse files
committed
Fix copy paste error.
1 parent 2033052 commit 6d1d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/include/pcl/console/print.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ namespace pcl
434434
const auto str = to_string(format, std::forward<Args>(args)...);
435435

436436
LogRecord logEntry{L_INFO, str};
437-
Logger::getInstance().print(stream, logEntry);
437+
Logger::getInstance().print(logEntry);
438438
}
439439

440440
/** \brief Print a highlighted info message on stream with colors

0 commit comments

Comments
 (0)