Skip to content

Commit

Permalink
Merge pull request #4 from CrystSw/bugfix
Browse files Browse the repository at this point in the history
バージョンの変更忘れを適用
  • Loading branch information
CrystSw authored Mar 26, 2020
2 parents e4c8318 + 0775ca7 commit 25b2a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/olinvas_websocket_server.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//ロガーの初期化
$GLOBALS['logger'] = new Logger(LOG_TYPE, LOG_OUTPUT_DIRECTORY);
$GLOBALS['logger']->printLog(LOG_INFO, "###Olinvas websocket server has started.###");
$GLOBALS['logger']->printLog(LOG_INFO, "###Server Version: 1.1 (for Client Version: 1.1)###");
$GLOBALS['logger']->printLog(LOG_INFO, "###Server Version: 1.1.1 (for Client Version: 1.1.1)###");
$GLOBALS['logger']->printLog(LOG_INFO, "###Protocol Version: 1.1###");

//サーバスタートアップ
Expand Down

0 comments on commit 25b2a37

Please sign in to comment.