more useful warning

This commit is contained in:
Glenn Maynard
2006-02-28 21:45:46 +00:00
parent 01dcea30c1
commit 9ac8082f3a
+1 -1
View File
@@ -210,7 +210,7 @@ public:
{ {
if( iFallbackOption == -1 ) if( iFallbackOption == -1 )
{ {
RString s = ssprintf("No options in row \"%s\" were selected, and no fallback row found; selected entry 0", m_cmds.v[0].GetName().c_str()); RString s = ssprintf("No options in row \"list,%s\" were selected, and no fallback row found; selected entry 0", m_Def.m_sName.c_str());
LOG->Warn( s ); LOG->Warn( s );
CHECKPOINT_M( s ); CHECKPOINT_M( s );
iFallbackOption = 0; iFallbackOption = 0;