You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Logging to syslog instead of cout/printf
This commit is contained in:
@@ -41,7 +41,7 @@ bool ReadTask::run()
|
||||
read_cmd *cmd = (read_cmd *) buf;
|
||||
|
||||
#ifdef SM_TRACE
|
||||
cout << "read " << cmd->filename << " count " << cmd->count << " offset " << cmd->offset << endl;
|
||||
syslog(LOG_DEBUG, "read %s count %i offset %i.",cmd->filename,cmd->count,cmd->offset);
|
||||
#endif
|
||||
|
||||
// read from IOC, write to the socket
|
||||
|
||||
Reference in New Issue
Block a user