mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
dbg for debug
This commit is contained in:
@@ -84,7 +84,7 @@ skynet_start(struct skynet_config * config) {
|
||||
}
|
||||
ctx = skynet_context_new("snlua", "launcher");
|
||||
if (ctx == NULL) {
|
||||
fprintf(stderr,"launch launcher error");
|
||||
fprintf(stderr,"launch launcher error\n");
|
||||
exit(1);
|
||||
}
|
||||
ctx = skynet_context_new("snlua", config->start);
|
||||
|
||||
Reference in New Issue
Block a user