Skip to content

Commit

Permalink
Remove developer print.
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Jun 7, 2017
1 parent 005f76a commit 9080d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XrdFileCache/XrdFileCacheConfiguration.cc
Expand Up @@ -269,7 +269,7 @@ bool Cache::Config(XrdSysLogger *logger, const char *config_filename, const char
" pfc.ram %.fg\n"
" pfc.diskusage %lld %lld sleep %d\n"
" pfc.spaces %s %s\n"
" pfc.trace ooo %d\n"
" pfc.trace %d\n"
" pfc.flush %lld",
config_filename,
m_configuration.m_bufferSize,
Expand All @@ -281,7 +281,7 @@ bool Cache::Config(XrdSysLogger *logger, const char *config_filename, const char
m_configuration.m_data_space.c_str(),
m_configuration.m_meta_space.c_str(),
m_trace->What,
m_configuration.m_flushCnt);
m_configuration.m_flushCnt);



Expand Down

0 comments on commit 9080d5c

Please sign in to comment.