Changeset 3abbe41084d0
- Timestamp:
- 11/16/08 15:39:50 (7 weeks ago)
- Branch:
- trunk
- Location:
- mpx
- Files:
-
- 2 modified
-
library-scanner-thread.cc (modified) (1 diff)
-
mlibmanager.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpx/library-scanner-thread.cc
r990 r995 549 549 case SCAN_RESULT_ERROR: 550 550 ++m_ScanSummary.FilesErroneous; 551 m_ScanSummary.FileListErroneous.push_back( SSFileInfo( *i 3, _("Error inserting file into database")));551 m_ScanSummary.FileListErroneous.push_back( SSFileInfo( *i2, _("Error inserting file into database or incomplete metadata"))); 552 552 break; 553 553 -
mpx/mlibmanager.cc
r994 r995 231 231 u.unescape(); 232 232 Glib::ustring u_unescaped (u); 233 text.append((boost::format ("\t%1%: \t%2%\n") % (*i).second % u_unescaped.c_str()).str());233 text.append((boost::format ("\t%1%: %2%\n") % (*i).second % u_unescaped.c_str()).str()); 234 234 } 235 235 } … … 243 243 u.unescape(); 244 244 Glib::ustring u_unescaped (u); 245 text.append((boost::format ("\t%1%: \t%2%\n") % (*i).second % u_unescaped.c_str()).str());245 text.append((boost::format ("\t%1%: %2%\n") % (*i).second % u_unescaped.c_str()).str()); 246 246 } 247 247 }
