~ubuntu-branches/ubuntu/lucid/libaqbanking/lucid

« back to all changes in this revision

Viewing changes to src/plugins/backends/aqhbci/plugin/joblayer/jobqueue.c

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-12-31 13:00:26 UTC
  • mfrom: (1.1.18 upstream) (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091231130026-wvsfhd6i6hutk5kc
Tags: 4.2.1-1
* New upstream release
* Fix typo in libaqbanking-data's package description (closes: #557493).
  Thanks to Pascal De Vuyst for pointing it out.
* Fix typos in manpages of qb-help and aqbanking-config (thanks lintian).
* Ignore parallel=N in DEB_BUILD_OPTIONS -- upstream doesn't support it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1013
1013
      }
1014
1014
    }
1015
1015
    else {
1016
 
      DBG_WARN(AQHBCI_LOGDOMAIN, "No TAN in job [%s]",
 
1016
      DBG_NOTICE(AQHBCI_LOGDOMAIN, "No TAN in job [%s]",
1017
1017
               AH_Job_GetName(j));
1018
1018
    }
1019
1019
    j=AH_Job_List_Next(j);