~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to netlogon/server/netlogond/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
                pLWNetServerInfo->bEnableDebugLogs = TRUE;
308
308
                pLWNetServerInfo->dwLogLevel = LWNET_LOG_LEVEL_DEBUG;
309
309
            }
 
310
            else if (!strcasecmp(pArg, "trace"))
 
311
            {
 
312
                pLWNetServerInfo->bEnableDebugLogs = TRUE;
 
313
                pLWNetServerInfo->dwLogLevel = LWNET_LOG_LEVEL_TRACE;
 
314
            }
310
315
            else
311
316
            {
312
317
                fprintf(stderr, "Invalid log level specified: '%s'.\n", pArg);