Sign in
Imanol-Mikel Barba Sabariego
/
nagios-plugins
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
8c10201c69beb103a62c6c00432891a2ae0570eb
Authored by
Imanol-Mikel Barba Sabariego
2016-05-30 00:34:20 +0200
1 parent
561f2657
Fixed missing endline
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
check_upnp/check_upnp.cpp
check_upnp/check_upnp.cpp
View file @
8c10201
...
...
@@ -140,7 +140,7 @@ int main(int argc, char **argv)
140
140
break;
141
141
142
142
case 2:
143
- cout << " CRITICAL - No response"
;
143
+ cout << " CRITICAL - No response"
<< endl
;
144
144
break;
145
145
146
146
case 3:
...
...