mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 09:45:58 +01:00
log mismatched fds
This commit is contained in:
parent
1b4a5fc4fc
commit
e36c1e9bfa
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ bool CSyncTimeline::importFromSyncFileFD(uint64_t dst, int fd) {
|
|||
|
||||
bool CSyncTimeline::transfer(SP<CSyncTimeline> from, uint64_t fromPoint, uint64_t toPoint) {
|
||||
if (drmFD != from->drmFD) {
|
||||
Debug::log(ERR, "CSyncTimeline::transfer: cannot transfer timelines between gpus");
|
||||
Debug::log(ERR, "CSyncTimeline::transfer: cannot transfer timelines between gpus, {} -> {}", from->drmFD, drmFD);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue