From: Rob H. <for...@us...> - 2002-06-19 07:12:55
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv28462/lib/SandWeb Modified Files: Log.pm Log Message: adding comments at the top Index: Log.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Log.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- Log.pm 19 Jun 2002 07:08:59 -0000 1.11 +++ Log.pm 19 Jun 2002 07:12:52 -0000 1.12 @@ -2,5 +2,4 @@ # # This class allows us to have a standardized method for logging and debugging. -# It's possible to print messages to the screen as well as to a log file. # # SandWeb (Web-based VCS client) |