[pisa-src] r1607 - trunk/pisacd/cdmain.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 10 Nov 2009 16:13:51 +0100

Author: biurrun
Date: Tue Nov 10 16:13:50 2009
New Revision: 1607

Log:
Use PL_GENERIC as log type with PISA_DEBUG instead of PL_PREAUTH.
The preauth code has been removed, thus PL_GENERIC is more appropriate here.

Modified:
   trunk/pisacd/cdmain.c

Modified: trunk/pisacd/cdmain.c
==============================================================================
--- trunk/pisacd/cdmain.c       Tue Nov 10 16:11:55 2009        (r1606)
+++ trunk/pisacd/cdmain.c       Tue Nov 10 16:13:50 2009        (r1607)
@@ -231,7 +231,7 @@
 static void cd_perf_init(void)
 {
 #ifdef CONFIG_PISA_PERFORMANCE
-       PISA_DEBUG(PL_PREAUTH, "Creating the performance set.\n");
+       PISA_DEBUG(PL_GENERIC, "Creating the performance set.\n");
        pisa_perf = pisa_perf_create(PERF_MAX);
 
        pisa_check_and_create_dir(PISA_DIR_PERF_RESULTS, 
DEFAULT_CONFIG_DIR_MODE);

Other related posts:

  • » [pisa-src] r1607 - trunk/pisacd/cdmain.c - Diego Biurrun