hal/libhal-storage libhal-storage.c,1.8.2.3,1.8.2.4

David Zeuthen david at freedesktop.org
Mon Jan 24 18:37:04 PST 2005


Update of /cvs/hal/hal/libhal-storage
In directory gabe:/tmp/cvs-serv32152/libhal-storage

Modified Files:
      Tag: hal-0_4-stable-branch
	libhal-storage.c 
Log Message:
2005-01-24  David Zeuthen  <davidz at redhat.com>

	* libhal-storage/libhal-storage.c (mopts_collect): Remove debugging
	fprintf's



Index: libhal-storage.c
===================================================================
RCS file: /cvs/hal/hal/libhal-storage/libhal-storage.c,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -d -r1.8.2.3 -r1.8.2.4
--- libhal-storage.c	25 Jan 2005 02:30:46 -0000	1.8.2.3
+++ libhal-storage.c	25 Jan 2005 02:37:02 -0000	1.8.2.4
@@ -1485,8 +1485,6 @@
 			    strcmp (option, "pamconsole") == 0)
 				is_imply_opt = TRUE;
 
-			fprintf (stderr, "************************************\n");
-			fprintf (stderr, "option=%s is_imply=%d only_collect_imply=%d\n", option, is_imply_opt, only_collect_imply_opts);
 			
 			if (only_collect_imply_opts) {
 				if (!is_imply_opt)
@@ -1497,7 +1495,6 @@
 			}
 
 			if (hal_psi_get_bool (&it)) {
-				fprintf (stderr, "before_mount_options = %s - ", options_string);
 				/* see if option is already there */
 				location = strstr (options_string, option);
 				if (location == NULL) {
@@ -1505,7 +1502,6 @@
 						strcat_len (options_string, ",", options_max_len);
 					strcat_len (options_string, option, options_max_len);
 				}
-				fprintf (stderr, "after_mount_options = %s\n", options_string);
 			} else {
 				/* remove option if already there */
 				location = strstr (options_string, option);




More information about the hal-commit mailing list