summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 46bf615)
raw | patch | inline | side by side (parent: 46bf615)
author | Yangqing Jia <jiayq84@gmail.com> | |
Wed, 25 Sep 2013 03:50:56 +0000 (20:50 -0700) | ||
committer | Yangqing Jia <jiayq84@gmail.com> | |
Wed, 25 Sep 2013 03:50:56 +0000 (20:50 -0700) |
src/caffe/test/test_data_layer.cpp | patch | blob | history |
index ce0d24e549953fd41765141d57a61a8a442a40f4..fe3e915b5aaabfc54323792787154d731083fb9f 100644 (file)
blob_top_vec_.push_back(blob_top_label_);
// Create the leveldb
filename = tmpnam(NULL); // get temp name
- LOG(ERROR) << "Using temporary leveldb " << filename;
+ LOG(INFO) << "Using temporary leveldb " << filename;
leveldb::DB* db;
leveldb::Options options;
options.error_if_exists = true;