Changeset 67


Ignore:
Timestamp:
11/12/04 15:18:28 (20 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor nitpicking cosmetic fix for consistency-check.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/consistency-check.pl

    r62 r67  
    88# Last update by $Author$
    99###
     10# Copyright (C) 2004 - Kris Deugau
    1011
    1112use DBI;
     
    6566print " done.\n";
    6667
    67 print "Done checking master containment.\n\nChecking pool containment:\n";
     68print "Done checking master containment.\n\nChecking pool containment...\n";
    6869
    6970$sth = $dbh->prepare("select pool,ip from poolips order by ip");
Note: See TracChangeset for help on using the changeset viewer.