Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d2fb76d8
Commit
d2fb76d8
authored
Oct 13, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxcomp/{Client|}Proxy.cpp: Typo fix in error messages.
parent
0006fc04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ClientProxy.cpp
nxcomp/ClientProxy.cpp
+4
-4
Proxy.cpp
nxcomp/Proxy.cpp
+2
-2
No files found.
nxcomp/ClientProxy.cpp
View file @
d2fb76d8
...
@@ -193,11 +193,11 @@ int ClientProxy::handleNewAgentConnection(Agent *agent)
...
@@ -193,11 +193,11 @@ int ClientProxy::handleNewAgentConnection(Agent *agent)
if
(
channelId
==
-
1
)
if
(
channelId
==
-
1
)
{
{
#ifdef PANIC
#ifdef PANIC
*
logofs
<<
"ClientProxy: PANIC! Maximum
m
umber of available "
*
logofs
<<
"ClientProxy: PANIC! Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
#endif
#endif
cerr
<<
"Error"
<<
": Maximum
m
umber of available "
cerr
<<
"Error"
<<
": Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
;
<<
"channels exceeded.
\n
"
;
return
-
1
;
return
-
1
;
...
@@ -226,11 +226,11 @@ int ClientProxy::handleNewXConnection(int clientFd)
...
@@ -226,11 +226,11 @@ int ClientProxy::handleNewXConnection(int clientFd)
if
(
channelId
==
-
1
)
if
(
channelId
==
-
1
)
{
{
#ifdef PANIC
#ifdef PANIC
*
logofs
<<
"ClientProxy: PANIC! Maximum
m
umber of available "
*
logofs
<<
"ClientProxy: PANIC! Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
#endif
#endif
cerr
<<
"Error"
<<
": Maximum
m
umber of available "
cerr
<<
"Error"
<<
": Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
;
<<
"channels exceeded.
\n
"
;
return
-
1
;
return
-
1
;
...
...
nxcomp/Proxy.cpp
View file @
d2fb76d8
...
@@ -5908,11 +5908,11 @@ int Proxy::handleNewGenericConnection(int clientFd, T_channel_type type, const c
...
@@ -5908,11 +5908,11 @@ int Proxy::handleNewGenericConnection(int clientFd, T_channel_type type, const c
if
(
channelId
==
-
1
)
if
(
channelId
==
-
1
)
{
{
#ifdef PANIC
#ifdef PANIC
*
logofs
<<
"Proxy: PANIC! Maximum
m
umber of available "
*
logofs
<<
"Proxy: PANIC! Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
<<
"channels exceeded.
\n
"
<<
logofs_flush
;
#endif
#endif
cerr
<<
"Error"
<<
": Maximum
m
umber of available "
cerr
<<
"Error"
<<
": Maximum
n
umber of available "
<<
"channels exceeded.
\n
"
;
<<
"channels exceeded.
\n
"
;
return
-
1
;
return
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment