Changeset 903

Show
Ignore:
Timestamp:
04/18/06 16:55:47
Author:
rsz
Message:

cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • LW/Test.lua

    r839 r903  
    2626 
    2727local anApplication = LWApplication( 1080 ) 
    28 local anAuthenticator = null -- LWDigestAuthentication() 
     28local anAuthenticator = nil -- LWDigestAuthentication() 
    2929local aService = LWDAVService( "/dav/", "/Volumes/Brooklyn/Users/rszwarc/Downloads", anAuthenticator )  
    3030-- local aService = LWFileService:new( "/file/", "/Volumes/Brooklyn/Users/rszwarc/Downloads" )  
  • LW/Web.lua

    r827 r903  
    1010local LWApplication = require( "LWApplication" ) 
    1111local LWService = require( "LWService" ) 
     12local LULog = require( "LULog" ) 
    1213local LUMap = require( "LUMap" ) 
    1314local LUTask = require( "LUTask" ) 
     
    186187         
    187188        anApplication:registerService( aService ) 
     189         
     190        LULog:info( anApplication ) 
    188191 
    189192        anApplication:start()