GH #139: FileChannel::PROP_FLUSH is invalid

GH #139: FileChannel::PROP_FLUSH is invalid (contains a tab character)
This commit is contained in:
Aleksandar Fabijanic 2013-03-27 21:02:57 -05:00
parent 0ce9360734
commit 0fe58b7668

View File

@ -59,7 +59,7 @@ const std::string FileChannel::PROP_TIMES = "times";
const std::string FileChannel::PROP_COMPRESS = "compress";
const std::string FileChannel::PROP_PURGEAGE = "purgeAge";
const std::string FileChannel::PROP_PURGECOUNT = "purgeCount";
const std::string FileChannel::PROP_FLUSH = "flush ";
const std::string FileChannel::PROP_FLUSH = "flush";
const std::string FileChannel::PROP_ROTATEONOPEN = "rotateOnOpen";
FileChannel::FileChannel():