From 1392e9f3da59bd5602ddebee944dd8fb5c6507b0 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 29 Feb 2016 15:51:36 -0800 Subject: [PATCH] fix travis --- include/dmlc/logging.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dmlc/logging.h b/include/dmlc/logging.h index eb75268ea..0fd6996d1 100644 --- a/include/dmlc/logging.h +++ b/include/dmlc/logging.h @@ -42,6 +42,10 @@ struct Error : public std::runtime_error { #include namespace dmlc { +/*! + * \brief optionally redirect to google's init log + * \param argv0 The arguments. + */ inline void InitLogging(const char* argv0) { google::InitGoogleLogging(argv0); }