ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/readable.C
(Generate patch)

Comparing deliantra/server/common/readable.C (file contents):
Revision 1.14 by pippijn, Tue Jan 2 23:39:21 2007 UTC vs.
Revision 1.15 by pippijn, Wed Jan 3 00:08:17 2007 UTC

791 } 791 }
792 } 792 }
793 LOG (llevDebug, "book archives(used/avail): \n"); 793 LOG (llevDebug, "book archives(used/avail): \n");
794 for (bl = booklist, i = 0; bl != NULL && i < sizeof (max_titles) / sizeof (*max_titles); bl = bl->next, i++) 794 for (bl = booklist, i = 0; bl != NULL && i < sizeof (max_titles) / sizeof (*max_titles); bl = bl->next, i++)
795 { 795 {
796 LOG (llevDebug, "(%d/%d)", bl->number, max_titles[i]); 796 LOG (llevDebug, " (%d/%d)\n", bl->number, max_titles[i]);
797 } 797 }
798 LOG (llevDebug, "\n");
799 close_and_delete (fp, comp); 798 close_and_delete (fp, comp);
800 } 799 }
801 800
802#ifdef BOOK_MSG_DEBUG 801#ifdef BOOK_MSG_DEBUG
803 LOG (llevDebug, "\n init_book_archive() got %d titles.\n", nroftitle); 802 LOG (llevDebug, "init_book_archive() got %d titles.\n", nroftitle);
804#endif 803#endif
805 LOG (llevDebug, " done.\n"); 804 LOG (llevDebug, " done.\n");
806} 805}
807 806
808/* init_mon_info() - creates the linked list of pointers to 807/* init_mon_info() - creates the linked list of pointers to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines