Module Name: src Committed By: mrg Date: Sun Jun 21 06:04:45 UTC 2015
Modified Files: src/usr.bin/midirecord: midirecord.c Log Message: fix the log message typo. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/midirecord/midirecord.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/midirecord/midirecord.c diff -u src/usr.bin/midirecord/midirecord.c:1.8 src/usr.bin/midirecord/midirecord.c:1.9 --- src/usr.bin/midirecord/midirecord.c:1.8 Wed Mar 4 13:34:49 2015 +++ src/usr.bin/midirecord/midirecord.c Sun Jun 21 06:04:45 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: midirecord.c,v 1.8 2015/03/04 13:34:49 christos Exp $ */ +/* $NetBSD: midirecord.c,v 1.9 2015/06/21 06:04:45 mrg Exp $ */ /* * Copyright (c) 2014 Matthew R. Green @@ -33,7 +33,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: midirecord.c,v 1.8 2015/03/04 13:34:49 christos Exp $"); +__RCSID("$NetBSD: midirecord.c,v 1.9 2015/06/21 06:04:45 mrg Exp $"); #endif #include <sys/param.h> @@ -301,7 +301,7 @@ midi_event_local_to_output(seq_event_t e { size_t size = 0; - LOG("UNHANDLED SEQ_COCAL"); + LOG("UNHANDLED SEQ_LOCAL"); return size; }