- Timestamp:
- Oct 26, 2003, 12:41:38 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 25dd31a
- Parents:
- 37eab7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logging.c
r37eab7f reec69e1 295 295 if (owl_message_is_logout(m)) fprintf(allfile, "LOGOUT\n\n"); 296 296 } else { 297 fprintf( file, "From: <%s> To: <%s>\n", owl_message_get_sender(m), owl_message_get_recipient(m));298 fprintf( file, "Time: %s\n\n", owl_message_get_timestr(m));299 fprintf( file, "%s\n\n", owl_message_get_body(m));297 fprintf(allfile, "From: <%s> To: <%s>\n", owl_message_get_sender(m), owl_message_get_recipient(m)); 298 fprintf(allfile, "Time: %s\n\n", owl_message_get_timestr(m)); 299 fprintf(allfile, "%s\n\n", owl_message_get_body(m)); 300 300 } 301 301 fclose(allfile);
Note: See TracChangeset
for help on using the changeset viewer.