Index: common/phones/atgen.c =================================================================== --- common/phones/atgen.c (revision 3873) +++ common/phones/atgen.c (working copy) @@ -1072,7 +1072,7 @@ /* Select PDU mode */ error = state->driver.functions(GN_OP_AT_SetPDUMode, data, state); if (error) { - dprintf("PDU mode not supported\n"); + dprintf("PDU mode is not supported by gnokii. This mobile supports only TEXT mode\n"); return error; } dprintf("PDU mode set\n"); @@ -1150,7 +1150,7 @@ err = state->driver.functions(GN_OP_AT_SetPDUMode, data, state); if (err) { - dprintf("PDU mode not supported\n"); + dprintf("PDU mode is not supported by gnokii. This mobile supports only TEXT mode\n"); return err; } dprintf("PDU mode set\n");