# HG changeset patch # User Eric Warmenhoven # Date 971169266 0 # Node ID c1fb7afe4fd72414d71af56d6e8097fe36f4cd84 # Parent e006338ce34e96f430cda3d3f3cd9f82cd51b1b3 [gaim-migrate @ 973] no real change, just got rid of 2 fixme's. logs will now be stored in ~/.gaim/logs. if you wish to save old logs then you should move them into ~/.gaim/logs before you use the new gaim. committer: Tailor Script diff -r e006338ce34e -r c1fb7afe4fd7 src/util.c --- a/src/util.c Tue Oct 10 09:11:27 2000 +0000 +++ b/src/util.c Tue Oct 10 09:14:26 2000 +0000 @@ -381,8 +381,6 @@ } else fclose(fd); - /* FIXME: we need to figure out which directory to log things to. for now, it's just going - * to have to be ~/.gaim/logs :-P */ g_snprintf(log_all_file, 256, "%s/.gaim/logs", getenv("HOME")); if (stat(log_all_file, &st) < 0) @@ -404,7 +402,6 @@ fclose(fd); - /* same FIXME as above; need to find better dir than ~/.gaim/logs */ g_snprintf(log_all_file, 256, "%s/.gaim/logs/%s.log", getenv("HOME"), normalize(name)); if (stat(log_all_file, &st) < 0)