Skip to content

Commit

Permalink
use VLOG(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 committed Nov 9, 2016
1 parent 205c1a5 commit 6eeb590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/cuda/src/hl_dso_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static inline std::string join(const std::string& part1, const std::string& part

static inline void GetDsoHandleFromDefaultPath(
std::string& dso_path, void** dso_handle, int dynload_flags) {
VLOG(INFO) << "Try to find cuda library: " << dso_path
VLOG(3) << "Try to find cuda library: " << dso_path
<< " from default system path.";
// default search from LD_LIBRARY_PATH/DYLD_LIBRARY_PATH
*dso_handle = dlopen(dso_path.c_str(), dynload_flags);
Expand Down

0 comments on commit 6eeb590

Please sign in to comment.