--- innwebd/innd.cpp 2004/07/04 22:15:25 1.9 +++ innwebd/innd.cpp 2004/08/02 19:49:10 1.10 @@ -355,8 +355,8 @@ int innd::cmd_ihave(const char* msg_id) } catch(CException* e) { - char strErrMsg[256]; - e->GetErrorMessage(strErrMsg,256); + char strErrMsg[1024]; + e->GetErrorMessage(strErrMsg,1024); syslog << logfile::log_head << "Error in cmd_ihave() [" << strErrMsg << "]" << endl; e->Delete(); return -1;