Fix incorrect comment

This commit is contained in:
Alexander Berntsen 2013-06-05 15:08:47 +02:00 committed by Michael Stapelberg
parent 78fad71894
commit 49bc20c934
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ int main(int argc, char *argv[]) {
* (file) logging. */ * (file) logging. */
init_logging(); init_logging();
/* On non-release builds, disable SHM logging by default. */ /* On release builds, disable SHM logging by default. */
shmlog_size = (is_debug_build() ? default_shmlog_size : 0); shmlog_size = (is_debug_build() ? default_shmlog_size : 0);
start_argv = argv; start_argv = argv;