Skip to content

Commit 43a5075

Browse files
committed
update upgrade notice message
1 parent 9d56aec commit 43a5075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websocket-server/src/Helper/WsHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static function isLtSwooleVersion(string $version = '4.4.12'): bool
118118
$curVer = SWOOLE_VERSION;
119119

120120
if (version_compare($curVer, $version, '<')) {
121-
Console::colored("Swoole current version is {$curVer}, suggestion upgrade to {$version}", 'warning');
121+
Console::colored("[NOTICE] Swoole current version is {$curVer}, suggestion upgrade to {$version}+", 'warning');
122122
return true;
123123
}
124124

0 commit comments

Comments
 (0)