Skip to content

Commit c8dc318

Browse files
authored
Update logger-inl.h
1 parent 23cb1a1 commit c8dc318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/logger-inl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ SPDLOG_INLINE void logger::err_handler_(const std::string &msg)
249249
std::strftime(date_buf, sizeof(date_buf), "%Y-%m-%d %H:%M:%S", &tm_time);
250250
#if !defined(R_R_H) || !defined(USING_R)
251251
std::fprintf(stderr, "[*** LOG ERROR #%04zu ***] [%s] [%s] {%s}\n", err_counter, date_buf, name().c_str(), msg.c_str());
252-
#else // compiled under R environment
252+
#else // compiled in R environment
253253
REprintf("[*** LOG ERROR #%04zu ***] [%s] [%s] {%s}\n", err_counter, date_buf, name().c_str(), msg.c_str());
254254
#endif
255255
}

0 commit comments

Comments
 (0)