Ignore:
Timestamp:
08/23/07 22:15:34 (5 years ago)
Author:
saua
Message:

add logging to text file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/MainCanvas.java

    r85 r88  
    292292                                nextDisplayable = this; 
    293293                        } else { 
    294                                 BBTracker.log("Unknown command: " + command + " <" + command.getLabel() + "/" + command.getLongLabel() + 
    295                                                 ">"); 
     294                                BBTracker.log(this, "Unknown command: " + command + " <" + command.getLabel() + "/" + 
     295                                                command.getLongLabel() + ">"); 
    296296                                nextDisplayable = this; 
    297297                        } 
Note: See TracChangeset for help on using the changeset viewer.