Fixed typo in logging call.
This commit is contained in:
parent
0749145ce0
commit
5ae49f2d3e
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user