Revision 4fd46efa
Added by david.sorber over 2 years ago
| src/CopyManagerOptions.cc | ||
|---|---|---|
|
bool copyTopLevel)
|
||
|
: r_srcPath(srcPath),
|
||
|
m_destPath(destPath),
|
||
|
m_disableLog(disableLog),
|
||
|
m_enableLog(disableLog),
|
||
|
m_logToStderr(logToStderr),
|
||
|
r_logFilePath(logFilePath),
|
||
|
m_logLevel(logLevel),
|
||
Change "disable-log" option to "enable-log" and make the log disabled by
default. Also add a warning if unsupported directory entries are
detected while copying. Version: v0.2.1.