From bc4aefff9867d3a0fb502f99e086337561ee8a2f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 22 Jul 2011 16:26:18 +0100 Subject: adjust comments/messages for default server change Default server is process, adjust comments and messages accordingly. (Bitbake rev: 8ba4d0e98401cdb808f727703913ad8ba87f8e71) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index f198fd1..8d6fef7 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -172,8 +172,8 @@ Default BBFILES are the .bb files in the current directory.""") ui_main = get_ui(configuration) - # Server type could be xmlrpc or none currently, if nothing is specified, - # default server would be none + # Server type can be xmlrpc, process or none currently, if nothing is specified, + # the default server is process if configuration.servertype: server_type = configuration.servertype else: @@ -184,7 +184,7 @@ Default BBFILES are the .bb files in the current directory.""") server = getattr(module, server_type) except AttributeError: sys.exit("FATAL: Invalid server type '%s' specified.\n" - "Valid interfaces: xmlrpc, process, none [default]." % servertype) + "Valid interfaces: xmlrpc, process [default], none." % servertype) # Save a logfile for cooker into the current working directory. When the # server is daemonized this logfile will be truncated. -- cgit v1.1