[Error Log] Client Side

10/25/2017 14:15 Yolo143#1
Is this error is a minor or major error?

Code:
CWndTaskBar::SetTaskBarTexture : Leigh 2010
and how can i fix this? I tried to research and someone suggest that this error can be ignore. but its flooding my client log lol. How can I fix this? thank you
10/25/2017 14:50 Yeat#2
You can ignore this log if you want that it dont spam your client than replace this

Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );

with this //Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );
10/25/2017 14:53 Yolo143#3
Quote:
Originally Posted by Yeat View Post
You can ignore this log if you want that it dont spam your client than replace this

Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );

with this //Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );
Yah I also saw that somewhere My question is, is this safe even i get this error? i mean, is this error harmful?
10/27/2017 10:11 KingKeesie#4
Quote:
Originally Posted by Yeat View Post
You can ignore this log if you want that it dont spam your client than replace this

Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );

with this //Error( "CWndTaskBar::SetTaskBarTexture : %s %d", g_pPlayer->GetName(), pShortcut->m_dwId );
Hi were in source can i find this line sir?
Thanks in advanced
10/27/2017 13:24 Yeat#5
WndTaskBar.cpp

Function : void CWndTaskBar::SetTaskBarTexture( LPSHORTCUT pShortcut )
10/27/2017 16:04 BountyFinder#6
what does the error exactly means?