Skip to content

Commit

Permalink
Update libccp
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayknarayan committed Dec 12, 2019
1 parent 8fb9cf2 commit 525e4cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libccp
Submodule libccp updated 5 files
+1 −1 README.md
+13 −6 ccp.c
+16 −15 ccp_priv.h
+28 −24 machine.c
+4 −2 serialize.c
2 changes: 2 additions & 0 deletions tcp_ccp.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ void ccp_log(struct ccp_datapath *dp, enum ccp_log_level level, const char* msg,
case ERROR:
case WARN:
case INFO:
case DEBUG:
case TRACE:
pr_info("%s\n", msg);
break;
default:
Expand Down

0 comments on commit 525e4cd

Please sign in to comment.