mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
More information about MySQL errors wil be displayed to user
This commit is contained in:
@@ -126,6 +126,7 @@ public class DatabaseController
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
PerunHelper.LogHistoryAdd(ref Globals.arrLogHistory, "ERROR MySQL - " + m_ex.Number);
|
PerunHelper.LogHistoryAdd(ref Globals.arrLogHistory, "ERROR MySQL - " + m_ex.Number);
|
||||||
|
PerunHelper.LogHistoryAdd(ref Globals.arrLogHistory, "ERROR MySQL - " + m_ex.Message);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
bStatus = false;
|
bStatus = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user