Changeset 16373

Show
Ignore:
Timestamp:
05/14/08 11:11:44 (5 months ago)
Author:
rambo
Message:

forward port r16372

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/controller/ajax.php

    r14380 r16373  
    316316                        // It seems to be a critical error. 
    317317                        $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 
    318                             'Failed to save the data to disk, check the debug level log for more information.'); 
     318                            'Failed to save the data to disk, last midgard error code: ' . mgd_errstr() . '. Check the debug level log for more information.'); 
    319319                        // This will exit. 
    320320                    } 
  • trunk/midcom/midcom.helper.datamanager2/controller/simple.php

    r14380 r16373  
    121121                        // It seems to be a critical error. 
    122122                        $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 
    123                             'Failed to save the data to disk, check the debug level log for more information.'); 
     123                            'Failed to save the data to disk, last Midgard error: ' . mgd_errstr() . '. Check the debug level log for more information.'); 
    124124                        // This will exit. 
    125125                    }