comparison src/log.c @ 7322:ab828b8c3f22

[gaim-migrate @ 7908] all sorts of stuff including tweaks to logging so it mostly works again for jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Oct 2003 05:46:01 +0000
parents 1930e3d00ecd
children 643cbc9a6035
comparison
equal deleted inserted replaced
7321:c41e522028f2 7322:ab828b8c3f22
213 } 213 }
214 214
215 return fd; 215 return fd;
216 } 216 }
217 217
218 g_snprintf(realname, sizeof(realname), "%s.log", gaim_normalize(NULL, name)); 218 g_snprintf(realname, sizeof(realname), "%s.log", name);
219 fd = open_gaim_log_file(realname, &flag); 219 fd = open_gaim_log_file(realname, &flag);
220 220
221 if (fd && flag) { /* is a new file */ 221 if (fd && flag) { /* is a new file */
222 if (gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) { 222 if (gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) {
223 fprintf(fd, _("IM Sessions with %s\n"), name); 223 fprintf(fd, _("IM Sessions with %s\n"), name);