PERFORCE change 213639 for review

Brooks Davis brooks at FreeBSD.org
Fri Jun 29 04:47:03 UTC 2012


http://p4web.freebsd.org/@@213639?ac=10

Change 213639 by brooks at brooks_ecr_current on 2012/06/29 04:46:32

	Remove a couple unnecessicary debug log messages.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/pictview/pictview.c#7 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/pictview/pictview.c#7 (text+ko) ====

@@ -661,12 +661,10 @@
       asprintf(&devpath, "/dev/%s", argv[1]);
     else
       devpath = argv[1];
-    syslog(LOG_ALERT, "opening '%s'", devpath);
     if ((tty = open(devpath, O_RDWR)) < 0) {
       syslog(LOG_ALERT, "open failed with %s", strerror(errno));
       err(1, "open(%s)", devpath);
     }
-    syslog(LOG_ALERT, "opened as %d", tty);
 
     if (login_tty(tty) < 0) {
       syslog(LOG_ALERT, "login_tty failed: %s", strerror(errno));


More information about the p4-projects mailing list