* log-anounce a little less alarming that we don't have a site local stylesheet installed
authorWilfried Göesgens <willi@citadel.org>
Wed, 15 Jul 2009 22:14:36 +0000 (22:14 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 15 Jul 2009 22:14:36 +0000 (22:14 +0000)
webcit/webcit.c

index 5779dbd6969c7a9e6705ea8667eb6e660d73bd83..822e55fc5d2019884b12fe352c0f37e4ea763052 100644 (file)
@@ -799,7 +799,7 @@ InitModule_WEBCIT
                csslocal = NewStrBufPlain(HKEY("<link href=\"static.local/webcit.css\" rel=\"stylesheet\" type=\"text/css\">"));
        }
        else
-               lprintf(9, "Didn't find site local Stylesheet [%s]\n", dir);
+               lprintf(9, "No Site-local Stylesheet [%s] installed. \n", dir);
 
 }