X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.cpp;h=c6abfdc89d20c3dc802c49d4cfd657596c40f543;hb=c1aa2a5180362f141ce43b76942952e1f6680347;hp=87a3cf2697fee5b1c91918daf6c6d06b58341423;hpb=b73c60485dcb9ccb1ed2fd47437346fa6d3ef54b;p=virtualjaguar diff --git a/src/log.cpp b/src/log.cpp index 87a3cf2..c6abfdc 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -13,7 +13,7 @@ // JLH 01/16/2010 Created this log ;-) // JLH 07/11/2011 Instead of dumping out on max log file size being reached, we // now just silently ignore any more output. 10 megs ought to be -// enough for anybody. ;-) +// enough for anybody. ;-) Except when it isn't. :-P // #include "log.h" @@ -22,8 +22,7 @@ #include #include "types.h" -//temp, 1GB, remove 2 zeroes -#define MAX_LOG_SIZE 1000000000 // Maximum size of log file (10 MB) +#define MAX_LOG_SIZE 10000000 // Maximum size of log file (10 MB) static FILE * log_stream = NULL; static uint32 logSize = 0;