Skip to content

Commit

Permalink
README.md note, and log message change in include/WebSocket.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jun 25, 2018
1 parent fccbbfe commit 66d6688
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ Please see the [Project Page](https://github.com/ITpC/LAppS/projects/1) to glimp

Right now the experimental branch 0.7.0 with significant performance improvements is in development.

Please use branch 0.6.3, the upstream is not yet fully functioning.
2 changes: 1 addition & 1 deletion include/WebSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ template <bool TLSEnable=false, bool StatsEnable=false> class WebSocket
itc::getLog()->info(
__FILE__,
__LINE__,
"Can not send close frame to %s, due to exception [%s]. Probable causes are the peer disconnect or an service restart.",
"Can not send close frame to %s, due to exception [%s]. Probable causes are the peer disconnect or a service going down.",
mPeerAddress.c_str(),e.what()
);
}
Expand Down
10 changes: 5 additions & 5 deletions nbproject/configurations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<itemPath>include/modules/bcast.h</itemPath>
<itemPath>include/modules/nap.h</itemPath>
<itemPath>include/modules/nljson.h</itemPath>
<itemPath>src/pam_auth.h</itemPath>
<itemPath>include/modules/pam_auth.h</itemPath>
<itemPath>include/modules/wsSend.h</itemPath>
</logicalFolder>
<itemPath>include/Application.h</itemPath>
Expand Down Expand Up @@ -716,6 +716,8 @@
</item>
<item path="include/modules/nljson.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/modules/pam_auth.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/modules/wsSend.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/wsServer.h" ex="false" tool="3" flavor2="0">
Expand All @@ -724,8 +726,6 @@
</item>
<item path="src/main.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="src/pam_auth.h" ex="false" tool="3" flavor2="0">
</item>
</conf>
<conf name="Release" type="1">
<toolsSet>
Expand Down Expand Up @@ -831,6 +831,8 @@
</item>
<item path="include/modules/nljson.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/modules/pam_auth.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/modules/wsSend.h" ex="false" tool="3" flavor2="0">
</item>
<item path="include/wsServer.h" ex="false" tool="3" flavor2="0">
Expand All @@ -839,8 +841,6 @@
</item>
<item path="src/main.cpp" ex="false" tool="1" flavor2="0">
</item>
<item path="src/pam_auth.h" ex="false" tool="3" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>

0 comments on commit 66d6688

Please # to comment.