Revision: 14299
Author: adrian.chadd
Date: Mon Sep 14 18:39:09 2009
Log: set the default stderr level to 99, rather than 1. This stuffs all  
debugging
that is generated based on SQUID_DEBUG to stderr.


http://code.google.com/p/lusca-cache/source/detail?r=14299

Modified:
  /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c

=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c  Mon Sep 14 18:29:31  
2009
+++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_rebuild.c  Mon Sep 14 18:39:09  
2009
@@ -68,7 +68,7 @@
        if ((t = getenv("SQUID_DEBUG")))
                debug_args = xstrdup(t);
        _db_init(debug_args);
-       _db_set_stderr_debug(1);
+       _db_set_stderr_debug(99);

        store_ufs_init(&store_ufs_info, argv[2], atoi(argv[3]), atoi(argv[4]),  
argv[5]);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to