mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix word err (#1847)
This commit is contained in:
@@ -147,7 +147,7 @@ _ctrl(struct gate * g, const void * msg, int sz) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
skynet_error(ctx, "[gate] Unkown command : %s", command);
|
||||
skynet_error(ctx, "[gate] Unknown command : %s", command);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@@ -680,7 +680,7 @@ mainloop(struct skynet_context * context, void * ud, int type, int session, uint
|
||||
if (id) {
|
||||
report_harbor_down(h,id);
|
||||
} else {
|
||||
skynet_error(context, "Unkown fd (%d) closed", message->id);
|
||||
skynet_error(context, "Unknown fd (%d) closed", message->id);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user