marc        98/03/20 21:15:35

  Modified:    src/os/win32 registry.c
  Log:
  Two log messages indicating different things from different places
  in the code that have the same text are bad.  Change the text of
  one to make it better represent what it is saying.
  
  Revision  Changes    Path
  1.2       +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- registry.c        1998/02/24 11:37:24     1.1
  +++ registry.c        1998/03/21 05:15:34     1.2
  @@ -332,7 +332,7 @@
   
        if (rv == ERROR_FILE_NOT_FOUND) {
            aplog_error(APLOG_MARK,APLOG_WARNING|APLOG_NOERRNO,NULL,
  -             "Registry does not contain key " REGKEY);
  +             "Registry does not contain key " REGKEY " after creation");
   
            return -1;
        }
  
  
  

Reply via email to