Revision 2e46be99 snf-astakos-app/astakos/im/management/commands/service-import.py

b/snf-astakos-app/astakos/im/management/commands/service-import.py
113 113
                if exists:
114 114
                    m = "Resource '%s' updated in database.\n" % (r.name)
115 115
                else:
116
                    m = ("Resource '%s' created in database with default "
117
                         "quota limit 0.\n" % (r.name))
116
                    m = ("Resource '%s' created in database with unlimited "
117
                         "quota.\n" % (r.name))
118 118
                output.append(m)
119 119

  
120 120
        for line in output:

Also available in: Unified diff