]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - net.cc
2002-02-19 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / net.cc
diff --git a/net.cc b/net.cc
index 81815a51a8d5f0459bb43ffc7b7be12ac071bc23..25f0bf2fe30696a36613dff815c322b43c4dd350 100644 (file)
--- a/net.cc
+++ b/net.cc
@@ -113,9 +113,9 @@ NetPage::OnNext ()
 {
   save_dialog (GetHWND ());
 
-  log (LOG_TIMESTAMP, "net: %s",
-       (net_method == IDC_NET_IE5) ? "IE5" :
-       (net_method == IDC_NET_DIRECT) ? "Direct" : "Proxy");
+  log (LOG_PLAIN, String ("net: ") +
+       ((net_method == IDC_NET_IE5) ? "IE5" :
+       (net_method == IDC_NET_DIRECT) ? "Direct" : "Proxy"));
 
   Progress.SetActivateTask (WM_APP_START_SITE_INFO_DOWNLOAD);
   return IDD_INSTATUS;
This page took 0.02503 seconds and 5 git commands to generate.