Skip to content

Commit

Permalink
bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
utamaro committed Nov 22, 2015
1 parent 085881d commit 570e55a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:
env:
global:
- secure: "VcYaGIZXbzyc1mwYk0PHiFrg84xP6ItXpuA129iGaqKotYFdNuCeeS05apLEqBv/MNohgDybvvzqNrvUCjL4DL66fSQjxkVDq2WyT504i6ITZQ9S5KOU1aXLCAkhc4MYYHew7jJlo8wHFh70c3fErXUq/QrrG0mrCY7a9q7BvwR6W71nHjzN/pzojZd4HjYv1wDg6uvFVzpK/NQBHhYO+RGRERV9xlWqyIRhTMV8zU25jxH8OTg/aYnkUsNL7jINE27Y73DAowmuUrQ0jRhCmwq2N1CzBYAc8gjcoEKMceYYGO5mW1UCovfR1GjnK21pJM+FdfUjJ6CUgQrbAJgdCWdPnc+Lm/cZ6ICCuevJGdfBUvaDHcN7EIy7sLYwY00GCdhZP401n1wBDLizLxgINlk9E/hQ/dYhGLlOwdg0GNhaz/b3FpaeS9an9iSbO050xqtEJNZpiSoaKY7xkDD06P9q6j0fVau6YpGJnpFN+FTqd4F57XKccHEj02mSqHqiCgl+tivVpyJuzEes/rfUePCxqRzuuptq1Ak32U7rn7PwD4uhdYyLOPNy3+S/GOYSHl8n53ZKMtn0hFaNNlahjxzEwnqdq7OzDmTcs6I5+eHpCFs2rSGRpusLge1afKiNGCLh8AsuaB2nSJWP0O+ezzEg+c/v1SMm0p/8lwLUtXQ="
- PACKAGE_VERSION: unstable
- PACKAGE_VERSION: 0.0.5

gobuild_args: -ldflags "-X main.version ${PACKAGE_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion cgi/admin_cgi.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func printStatus(w http.ResponseWriter, r *http.Request) {
port0 = a.m["port0"]
}
if a.Myself.IsRelayed() {
port0 = a.m["relayed"] + a.Myself.RelayServer()
port0 = a.m["relayed"] + "(" + a.Myself.RelayServer() + ")"
}

s := map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion file/message-en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ alloc_mem<>allocated memory
totalalloc_mem<>total allocated memory
connection_status<>connection
port0<>cannot post due to one-way connection
relayed<>relay server:
relayed<>using relay server
opened<>full connection
2 changes: 1 addition & 1 deletion file/message-ja.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ alloc_mem<>使用中メモリ
totalalloc_mem<>最大使用メモリ
connection_status<>接続
port0<>片側接続のため書込めません
relayed<>リレーサーバ:
relayed<>リレーサーバ使用中
opened<>相互接続

0 comments on commit 570e55a

Please sign in to comment.