Fixed typo in logging call.

This commit is contained in:
Jonathan Bernard 2011-06-14 17:46:01 -05:00
parent 0749145ce0
commit 5ae49f2d3e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#Tue, 14 Jun 2011 17:29:02 -0500 #Tue, 14 Jun 2011 17:43:44 -0500
lib.local=true lib.local=true
name=gritter name=gritter
version=0.1 version=0.1
build.number=146 build.number=148
linux.nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath linux.nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath
nailgun.classpath.dir=C\:/Documents and Settings/jbernard/My Documents/ng-classpath nailgun.classpath.dir=C\:/Documents and Settings/jbernard/My Documents/ng-classpath

View File

@ -239,7 +239,7 @@ public class TwitterCLI {
public void deleteList(LinkedList args) { public void deleteList(LinkedList args) {
def option = args.poll() def option = args.poll()
log.debig("Processing a 'delete list' command, option = {}.", option) log.debug("Processing a 'delete list' command, option = {}.", option)
switch(option) { switch(option) {
case "member": deleteListMember(args); break case "member": deleteListMember(args); break