[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Stan Seibert
volsung at xiph.org
Sat Jul 6 06:50:58 PDT 2002
volsung 02/07/06 06:50:58
Modified: ogg123 ogg123.c
Log:
Don't show all of the audio driver information unless verbosity is higher.
Revision Changes Path
1.63 +5 -4 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ogg123.c 2002/07/06 03:23:13 1.62
+++ ogg123.c 2002/07/06 13:50:57 1.63
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.62 2002/07/06 03:23:13 volsung Exp $
+ last mod: $Id: ogg123.c,v 1.63 2002/07/06 13:50:57 volsung Exp $
********************************************************************/
@@ -256,9 +256,10 @@
while (d != NULL) {
info = ao_driver_info(d->driver_id);
- status_message(2, _("\nDevice: %s"), info->name);
- status_message(2, _("Author: %s"), info->author);
- status_message(2, _("Comments: %s\n"), info->comment);
+ status_message(2, _("\nAudio Device: %s"), info->name);
+ status_message(3, _("Author: %s"), info->author);
+ status_message(3, _("Comments: %s"), info->comment);
+ status_message(2, "");
d = d->next_device;
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list