check-net: modify message printed
authorMunkyu Im <munkyu.im@samsung.com>
Fri, 26 Jun 2015 06:41:12 +0000 (15:41 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Fri, 26 Jun 2015 06:41:12 +0000 (15:41 +0900)
Change-Id: I281d558b5921b69d87e524d8fe3f6d6e93d80674
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/util/check_net_darwin.c
tizen/src/util/check_net_linux.c
tizen/src/util/check_net_win32.c

index 0a007191e5cf8836396218dc0ea4dd234faac0ab..81193d6f12b98836b4891b22a9556d83fef7d4e5 100644 (file)
@@ -88,7 +88,7 @@ static int get_auto_proxy(void)
         }
 
         if (g_str_has_prefix(type, DIRECT)) {
-            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
+            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct connection.");
             fclose(fp_pacfile);
         } else if (g_str_has_prefix(type, PROXY)) {
             p = strtok(proxy, "\";");
index c2100d836aff44099f7b0e4ef13e8211e1a5f944..5ad1a0e4aa9fcf36c01235d83b50398b1cf08fbe 100644 (file)
@@ -88,7 +88,7 @@ static int get_auto_proxy(void)
         }
 
         if (g_str_has_prefix(type, DIRECT)) {
-            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
+            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct connection.");
             fclose(fp_pacfile);
         } else if (g_str_has_prefix(type, PROXY)) {
             fprintf(stderr, "auto proxy is set to proxy mode\n");
index 9117ae4c3e5a50104e2db10b330297b308bacc73..cc64c73c8d288c88af9d07d36287dac1affc617c 100644 (file)
@@ -62,7 +62,7 @@ static int get_auto_proxy(BYTE *url)
         }
 
         if (g_str_has_prefix(type, DIRECT)) {
-            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct proxy type.");
+            fprintf(stdout, "Proxy addresses are not in use. Host OS uses direct connection.");
             fclose(fp_pacfile);
         } else if (g_str_has_prefix(type, PROXY)) {
             fprintf(stderr, "auto proxy is set to proxy mode\n");