diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-09-11 12:00:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-11 12:00:30 +0200 |
commit | 6a70de32bf872d97f9eebc7564f1ee41ff149c36 (patch) | |
tree | 33c0d997ecfbebe1705142c6e5fe9bd1e5aec278 /contrib/epee/include/net/levin_client.inl | |
parent | Merge pull request #123 from fluffypony/master (diff) | |
parent | cpu affinity fixes in performance tests for FreeBSD (diff) | |
download | monero-6a70de32bf872d97f9eebc7564f1ee41ff149c36.tar.xz |
Merge pull request #127 from fluffypony/master
FreeBSD compatibility and default log level changes
Diffstat (limited to 'contrib/epee/include/net/levin_client.inl')
-rw-r--r-- | contrib/epee/include/net/levin_client.inl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/epee/include/net/levin_client.inl b/contrib/epee/include/net/levin_client.inl index ae159da6e..a802d55fa 100644 --- a/contrib/epee/include/net/levin_client.inl +++ b/contrib/epee/include/net/levin_client.inl @@ -95,7 +95,7 @@ int levin_client_impl::invoke(int command, const std::string& in_buff, std::stri if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L0("Signature missmatch in response"); + LOG_PRINT_L1("Signature missmatch in response"); return -1; } @@ -156,7 +156,7 @@ inline if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L0("Signature missmatch in response"); + LOG_PRINT_L1("Signature missmatch in response"); return -1; } @@ -191,4 +191,4 @@ inline } } -//------------------------------------------------------------------------------
\ No newline at end of file +//------------------------------------------------------------------------------ |