PERFORCE change 121261 for review

Sonja Milicic smilicic at FreeBSD.org
Sat Jun 9 09:59:09 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=121261

Change 121261 by smilicic at tanarri_marilith on 2007/06/09 09:58:18

	Removed a few leftover debugging comments

Affected files ...

.. //depot/projects/soc2007/smilicic_glog/sys/geom/log/glog.c#2 edit

Differences ...

==== //depot/projects/soc2007/smilicic_glog/sys/geom/log/glog.c#2 (text+ko) ====

@@ -221,11 +221,8 @@
 	case GCTL_START: 
 		num_arg = gctl_get_paraml(req, "nargs", sizeof(*num_arg));
 		if (*num_arg == 2) {
-			printf("Citam prvi arg...");
 			prov = gctl_get_asciiparam(req, "arg0");
-			printf("Citam drugi arg...");
 			file = gctl_get_asciiparam(req, "arg1");
-			printf("Pokusavam stvoriti geom");
 			err = g_log_create_geom(prov, file, mp);
 			if (err != NULL)
 				gctl_error(req, "Error creating geom: %s", err);


More information about the p4-projects mailing list