mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-14 22:13:17 +08:00
Merge pull request #2560 from HubertXie/master
fix use rt_kprintf format bug
This commit is contained in:
@@ -55,7 +55,7 @@ int dfs_register(const struct dfs_filesystem_ops *ops)
|
||||
if (empty == NULL)
|
||||
{
|
||||
rt_set_errno(-ENOSPC);
|
||||
LOG_E("There is no space to register this file system (%d).", ops->name);
|
||||
LOG_E("There is no space to register this file system (%s).", ops->name);
|
||||
ret = -1;
|
||||
}
|
||||
else if (ret == RT_EOK)
|
||||
|
||||
Reference in New Issue
Block a user