mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Hadrons: diskvector debug message for writes
This commit is contained in:
parent
fd24588212
commit
02c4ccf621
@ -56,6 +56,9 @@ public:
|
|||||||
// write to disk and cache
|
// write to disk and cache
|
||||||
T &operator=(const T &obj) const
|
T &operator=(const T &obj) const
|
||||||
{
|
{
|
||||||
|
#ifdef DV_DEBUG
|
||||||
|
LOG(Debug) << "diskvector " << &master_ << ": writing to " << i_ << std::endl;
|
||||||
|
#endif
|
||||||
master_.cacheInsert(i_, obj);
|
master_.cacheInsert(i_, obj);
|
||||||
master_.save(master_.filename(i_), obj);
|
master_.save(master_.filename(i_), obj);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user