/[LeafOK_CVS]/lbbs/src/main.c
ViewVC logotype

Diff of /lbbs/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.43 by sysadm, Tue May 27 00:54:01 2025 UTC Revision 1.44 by sysadm, Tue May 27 01:56:16 2025 UTC
# Line 229  int main(int argc, char *argv[]) Line 229  int main(int argc, char *argv[])
229                  goto cleanup;                  goto cleanup;
230          }          }
231    
232          log_std("Debug: last_aid = %d\n", article_block_last_aid());          log_std("Debug: loaded %d articles, last_aid = %d\n", article_block_article_count(), article_block_last_aid());
233    
234          // Set signal handler          // Set signal handler
235          signal(SIGHUP, sig_hup_handler);          signal(SIGHUP, sig_hup_handler);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1