Revision 4fd46efa
Added by david.sorber over 2 years ago
| src/CopyManager.cc | ||
|---|---|---|
|
{
|
||
|
// Unsupported entry type
|
||
|
LOG(error) << "Unsupported entry type: " << entry.path();
|
||
|
incInvalidEntries();
|
||
|
}
|
||
|
|
||
|
}
|
||
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.