new harbor

This commit is contained in:
云风
2012-08-17 11:50:45 +08:00
parent b06d380219
commit 4f6826de40
25 changed files with 331 additions and 1010 deletions

View File

@@ -2,7 +2,7 @@ local skynet = require "skynet"
print("Log server start")
local log = skynet.launch("snlua","globallog.lua")
local log = skynet.launch("snlua","globallog")
print("log",log)
skynet.exit()