Increase buffer size to avoid warning (#1550)
This can be up to 54 bytes. Co-authored-by: Takeshi Nakatani <ggtakec@gmail.com>
This commit is contained in:
@ -34,7 +34,7 @@ S3fsLog* S3fsLog::pSingleton = NULL;
|
||||
S3fsLog::s3fs_log_level S3fsLog::debug_level = S3fsLog::LEVEL_CRIT;
|
||||
FILE* S3fsLog::logfp = NULL;
|
||||
std::string* S3fsLog::plogfile = NULL;
|
||||
char S3fsLog::current_time[32] = "";
|
||||
char S3fsLog::current_time[64] = "";
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// S3fsLog class : class methods
|
||||
|
||||
Reference in New Issue
Block a user