Shifted fifo reporting to new 4-times -v verbosity level
This commit is contained in:
parent
1f14d2be42
commit
15b62d7299
@ -271,6 +271,9 @@ or
|
|||||||
/** Verbosity level for reporting of debugging messages */
|
/** Verbosity level for reporting of debugging messages */
|
||||||
#define Cdrskin_verbose_debuG 3
|
#define Cdrskin_verbose_debuG 3
|
||||||
|
|
||||||
|
/** Verbosity level for fifo debugging */
|
||||||
|
#define Cdrskin_verbose_debug_fifO 4
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -4338,7 +4341,7 @@ thank_you_for_patience:;
|
|||||||
}
|
}
|
||||||
if(skin->fifo_size>0) {
|
if(skin->fifo_size>0) {
|
||||||
sprintf(fifo_text,"(fifo %3d%%) ",fifo_percent);
|
sprintf(fifo_text,"(fifo %3d%%) ",fifo_percent);
|
||||||
if(skin->verbosity>=Cdrskin_verbose_debuG) {
|
if(skin->verbosity>=Cdrskin_verbose_debug_fifO) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\ncdrskin_debug: fifo >= %9d / %d : %8.f in, %8.f out\n",
|
"\ncdrskin_debug: fifo >= %9d / %d : %8.f in, %8.f out\n",
|
||||||
fill,space+fill,
|
fill,space+fill,
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.01.13.211639"
|
#define Cdrskin_timestamP "2007.01.13.214259"
|
||||||
|
Loading…
Reference in New Issue
Block a user