diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-15 13:54:06 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-15 13:54:06 +0000 |
commit | 97a04bdcb3d4ee5088517fdf2e5c81cf8936ec68 (patch) | |
tree | 8bac7ee6202caccf4b4d87fd73658b3d96779fda /hostserv.c | |
parent | c580ac75fc2eb76054684fb7fe5981c06f056986 (diff) |
BUILD : 1.7.3 (108) NOTES : Anope 1.7.3 Release
git-svn-id: svn://svn.anope.org/anope/trunk@108 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@84 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'hostserv.c')
-rw-r--r-- | hostserv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hostserv.c b/hostserv.c index da8c13bd8..933509e97 100644 --- a/hostserv.c +++ b/hostserv.c @@ -516,7 +516,6 @@ void load_hs_dbase_v1(dbFILE * f) tmp = time(NULL); - alog("Attempting to load V1 HS Database"); while (!failed && (c = getc_db(f)) == 1) { if (c == 1) { @@ -541,7 +540,6 @@ void load_hs_dbase_v2(dbFILE * f) char *creator; int32 time; - alog("Attempting to load V2 HS Database"); while (!failed && (c = getc_db(f)) == 1) { if (c == 1) { @@ -570,7 +568,6 @@ void load_hs_dbase_v3(dbFILE * f) char *vIdent; int32 time; - alog("Attempting to load V3 HS Database"); while (!failed && (c = getc_db(f)) == 1) { if (c == 1) { SAFE(read_string(&nick, f)); |