summaryrefslogtreecommitdiff
path: root/src/file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.cc')
-rw-r--r--src/file.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/file.cc b/src/file.cc
index 2224178..2ba20bb 100644
--- a/src/file.cc
+++ b/src/file.cc
@@ -31,6 +31,11 @@
/*
* $Log$
+ * Revision 1.5 2005/06/19 11:44:14 deva
+ * Cleaned up a log of logging.
+ * Fixed server queue (shouldn't happen).
+ * Added user and group lookup.
+ *
* Revision 1.4 2005/06/14 18:58:35 deva
* *** empty log message ***
*
@@ -126,7 +131,7 @@ int File::Open()
seqnum ++;
- info->info("Outout file: %s", fname);
+ info->info("Output file: %s", fname);
return 0;
}