Skip to content

Commit

Permalink
Update cuda.cpp
Browse files Browse the repository at this point in the history
Remove log lines as fix works
  • Loading branch information
insanemal authored Aug 16, 2024
1 parent a639028 commit e356cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/linux/cuda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ namespace cuda {
if (func.nvFBCBindContext(handle, &params)) {
BOOST_LOG(error) << "Couldn't bind NvFBC context to current thread: " << func.nvFBCGetLastErrorStr(handle);
}
BOOST_LOG(error) << "Bound context"sv;


this->handle = handle;
}
Expand All @@ -584,7 +584,7 @@ namespace cuda {
if (func.nvFBCReleaseContext(handle, &params)) {
BOOST_LOG(error) << "Couldn't release NvFBC context from current thread: " << func.nvFBCGetLastErrorStr(handle);
}
BOOST_LOG(error) << "Released context"sv;

}

NVFBC_SESSION_HANDLE handle;
Expand Down

0 comments on commit e356cf2

Please sign in to comment.