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

Diff of /lbbs/src/section_list_loader.c

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

Revision 1.17 by sysadm, Wed Jun 4 13:42:53 2025 UTC Revision 1.18 by sysadm, Wed Jun 4 14:43:46 2025 UTC
# Line 636  int section_list_loader_launch(void) Line 636  int section_list_loader_launch(void)
636          {          {
637                  SYS_child_process_count++;                  SYS_child_process_count++;
638                  section_list_loader_pid = pid;                  section_list_loader_pid = pid;
639                  log_common("Section list loader process (%d) start\n", pid);                  log_common("Section list loader process (pid = %d) start\n", pid);
640                  return 0;                  return 0;
641          }          }
642          else if (pid < 0) // Error          else if (pid < 0) // Error


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

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