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

Diff of /lbbs/src/log.c

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

Revision 1.22 by sysadm, Wed Jun 4 14:41:17 2025 UTC Revision 1.23 by sysadm, Thu Jun 5 00:49:27 2025 UTC
# Line 71  inline static void log_head(char *buf, s Line 71  inline static void log_head(char *buf, s
71          }          }
72          else // if (log_level == LOG_LEVEL_ERROR)          else // if (log_level == LOG_LEVEL_ERROR)
73          {          {
74                  snprintf(buf, len, "[%s] [%d] [ERROR] [%s : %d] ", s_time, getpid(), app_file, app_line);                  snprintf(buf, len, "[%s] [%d] [ERROR] [%s:%d] ", s_time, getpid(), app_file, app_line);
75          }          }
76  }  }
77    


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

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