Fix incorrect comment

next
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. */
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);
start_argv = argv;