mirror of
https://github.com/yshui/picom.git
synced 2024-12-02 14:15:41 -05:00
fix log_debug call
This commit is contained in:
parent
706acb78b7
commit
5580f461dc
1 changed files with 2 additions and 2 deletions
|
@ -539,8 +539,8 @@ static bool initialize_backend(session_t *ps) {
|
|||
} else {
|
||||
shader->attributes = 0;
|
||||
}
|
||||
log_debug("Shader %s has attributes %ld", shader->key,
|
||||
shader->attributes);
|
||||
log_debug("Shader %s has attributes %" PRIu64,
|
||||
shader->key, shader->attributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue