|
Lines 46-52
extern int bridge_handle_database_errors(
Link Here
|
| 46 |
|
46 |
|
| 47 |
switch (err) { |
47 |
switch (err) { |
| 48 |
case bgsched::DatabaseErrors::DatabaseError: |
48 |
case bgsched::DatabaseErrors::DatabaseError: |
| 49 |
error("%s: Can't access to the database!", function); |
49 |
error("%s: Can't access the database!", function); |
| 50 |
break; |
50 |
break; |
| 51 |
case bgsched::DatabaseErrors::OperationFailed: |
51 |
case bgsched::DatabaseErrors::OperationFailed: |
| 52 |
error("%s: Database option Failed!", function); |
52 |
error("%s: Database option Failed!", function); |