diff options
| author | Russ White <russ@riw.us> | 2017-07-14 08:00:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 08:00:43 -0400 |
| commit | 28bd1c1158c10268655878d12e5d8f17737de1bb (patch) | |
| tree | 576ef3527922cd2a0fec59fadf1cff947e8f2079 /tests/lib/test_heavy_thread.c | |
| parent | eef83e96f7141c8b016462195e01b824c600c89e (diff) | |
| parent | 28b672fcd33f328964c91f0a3d06cd904bddad42 (diff) | |
Merge pull request #813 from opensourcerouting/newline-redux
newline redux
Diffstat (limited to 'tests/lib/test_heavy_thread.c')
| -rw-r--r-- | tests/lib/test_heavy_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_heavy_thread.c b/tests/lib/test_heavy_thread.c index 80c54a827f..9e1d70adc1 100644 --- a/tests/lib/test_heavy_thread.c +++ b/tests/lib/test_heavy_thread.c @@ -112,7 +112,7 @@ DEFUN (clear_foo, if (!argc) { - vty_outln (vty, "%% string argument required"); + vty_out (vty, "%% string argument required\n"); return CMD_WARNING; } |
