Mercurial > libpst
diff src/pst2ldif.cpp @ 202:2f38c4ce606f
remove readpstlog, switch to plain ascii debug log files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 18 May 2009 15:55:05 -0700 |
parents | 0a4f7ecd7452 |
children | 42b38d65f7e4 |
line wrap: on
line diff
--- a/src/pst2ldif.cpp Sat May 16 10:32:26 2009 -0700 +++ b/src/pst2ldif.cpp Mon May 18 15:55:05 2009 -0700 @@ -626,8 +626,7 @@ // force a log file if (!d_log) d_log = "pst2ldif.log"; #endif - DEBUG_INIT(d_log); - DEBUG_REGISTER_CLOSE(); + DEBUG_INIT(d_log, NULL); DEBUG_ENT("main"); RET_DERROR(pst_open(&pstfile, fname), 1, ("Error opening File\n")); RET_DERROR(pst_load_index(&pstfile), 2, ("Index Error\n"));