]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - root.cc
2002-02-19 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / root.cc
diff --git a/root.cc b/root.cc
index bc1a23bdd09d09601986afcee3a1eed47e316883..d8aeba3d3141074edc7693702c9b3f372ceaecfb 100644 (file)
--- a/root.cc
+++ b/root.cc
@@ -188,7 +188,7 @@ RootPage::OnNext ()
 
   NEXT (IDD_LOCAL_DIR);
 
-  log (LOG_TIMESTAMP, String ("root: ") + get_root_dir () + 
+  log (LOG_PLAIN, String ("root: ") + get_root_dir () + 
        (root_text == IDC_ROOT_TEXT ? " text" : " binary")  +
        (root_scope == IDC_ROOT_USER ? " user" : " system"));
 
This page took 0.023289 seconds and 5 git commands to generate.