]> www.vanbest.org Git - sasc-ng.git/commitdiff
log ECM cache setting
authorleslie <unknown>
Fri, 24 Jul 2009 10:30:50 +0000 (18:30 +0800)
committerleslie <unknown>
Fri, 24 Jul 2009 10:30:50 +0000 (18:30 +0800)
sc.c

diff --git a/sc.c b/sc.c
index c2ebf658f001fd026899dde1d751528090e3dbc0..0c3f7dd33216c85c82194c2aa963f94c51631117 100644 (file)
--- a/sc.c
+++ b/sc.c
@@ -971,6 +971,7 @@ void cScSetup::Check(void)
   PRINTF(L_CORE_LOAD,"** Local systems %stake priority over cached remote",LocalPriority?"":"DON'T ");
   PRINTF(L_CORE_LOAD,"** Concurrent FF recordings are %sallowed",ConcurrentFF?"":"NOT ");
   PRINTF(L_CORE_LOAD,"** %sorce transfermode with digital audio",ForceTransfer?"F":"DON'T f");
+  PRINTF(L_CORE_LOAD,"** ECM cache is set to %s",EcmCache ? (EcmCache==1?"READ-ONLY":"DISABLED"):"enabled");
   LBSTART(L_CORE_LOAD);
   LBPUT("** ScCaps are"); for(int i=0; i<MAXSCCAPS ; i++) LBPUT(" %d",ScCaps[i]);
   LBFLUSH();