Update of /cvsroot/lastbash/lastbash
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28596
Modified Files:
lastbash
Log Message:
Log the remote call commands.
Index: lastbash
===================================================================
RCS file: /cvsroot/lastbash/lastbash/lastbash,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- lastbash 27 Dec 2006 15:06:10 -0000 1.110
+++ lastbash 24 Jan 2007 09:45:36 -0000 1.111
@@ -1989,6 +1989,10 @@
# $1 - command
# $2 - arguments (optional)
+ # Log the event
+ debug "${FUNCNAME}: Execute: $1 $2"
+
+ # Select the command and execute it
case "$1" in
"REFRESH") tui_metadata ;;
"STATION") tui_lastfm_station "$2" ;;
|