Changeset 3abbe41084d0

Show
Ignore:
Timestamp:
11/16/08 15:39:50 (7 weeks ago)
Author:
Milosz Derezynski <monostatic77@…>
Branch:
trunk
Message:

* Synchronize error messages between deep rescan and dir-ctime-based ('quick') rescan
* Changes for ormatting for scan details output, again

Location:
mpx
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mpx/library-scanner-thread.cc

    r990 r995  
    549549                                            case SCAN_RESULT_ERROR: 
    550550                                                ++m_ScanSummary.FilesErroneous; 
    551                                                 m_ScanSummary.FileListErroneous.push_back( SSFileInfo( *i3, _("Error inserting file into database"))); 
     551                                                m_ScanSummary.FileListErroneous.push_back( SSFileInfo( *i2, _("Error inserting file into database or incomplete metadata"))); 
    552552                                                break; 
    553553 
  • mpx/mlibmanager.cc

    r994 r995  
    231231                    u.unescape(); 
    232232                    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()); 
    234234                } 
    235235        } 
     
    243243                    u.unescape(); 
    244244                    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()); 
    246246                } 
    247247        }