fix travis
This commit is contained in:
parent
225f5258c7
commit
1392e9f3da
@ -42,6 +42,10 @@ struct Error : public std::runtime_error {
|
|||||||
#include <glog/logging.h>
|
#include <glog/logging.h>
|
||||||
|
|
||||||
namespace dmlc {
|
namespace dmlc {
|
||||||
|
/*!
|
||||||
|
* \brief optionally redirect to google's init log
|
||||||
|
* \param argv0 The arguments.
|
||||||
|
*/
|
||||||
inline void InitLogging(const char* argv0) {
|
inline void InitLogging(const char* argv0) {
|
||||||
google::InitGoogleLogging(argv0);
|
google::InitGoogleLogging(argv0);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user