]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - source.cc
2002-02-19 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / source.cc
index ef43419629afde7b1791ecbf58663c4424d35c3b..335061ce4bb77b5e7d63b675f7dd9a90b9ea2f22 100644 (file)
--- a/source.cc
+++ b/source.cc
@@ -118,7 +118,7 @@ SourcePage::OnBack ()
 void
 SourcePage::OnDeactivate ()
 {
-  log (LOG_TIMESTAMP, "source: %s",
-       (source == IDC_SOURCE_DOWNLOAD) ? "download" :
-       (source == IDC_SOURCE_NETINST) ? "network install" : "from cwd");
+  log (LOG_PLAIN, String ("source: ") +
+       ((source == IDC_SOURCE_DOWNLOAD) ? "download" :
+       (source == IDC_SOURCE_NETINST) ? "network install" : "from cwd"));
 }
This page took 0.023052 seconds and 5 git commands to generate.